diff options
author | Daniel Smith <rdnlsmith@gmail.com> | 2018-08-28 18:38:19 -0400 |
---|---|---|
committer | Daniel Smith <rdnlsmith@gmail.com> | 2018-08-28 18:38:19 -0400 |
commit | bcca9ad25ebacd84bc43e536f33da2fac1a532b7 (patch) | |
tree | 377b261b2c6d3a81e8e297c9111a9df47b8ae33a | |
parent | 2ecbe281b0351e630c7730b44c1f4a9c3b3062a5 (diff) |
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -75,4 +75,12 @@ your library. I might consider adding a `--destructive` flag to move photos inst This program has already served its purpose, and I don't have any more iPhoto libraries to test it on, so I'm not likely to make further improvements for myself. If you use this program and run into -problems, please open an issue and I will try to help.
\ No newline at end of file +problems, please open an issue and I will try to help. + +## Acknowledgements + +The command-parsing structure was shamelessly stolen from +[these](https://samyn.co/post/creating-neat-net-core-console-apps/) +[two](https://samyn.co/post/structuring-neat-net-core-console-apps/) +very helpful articles by +[Marcel Samyn](https://github.com/iamarcel).
\ No newline at end of file |