]> git.armaanb.net Git - gen-shell.git/blobdiff - README.md
added argument parsing with Sarge
[gen-shell.git] / README.md
index 99eaebc2fcc2da53c82e422e08ee0af1786b115b..a7d8e301c5152da1e988e80c36ed00c6a21d2281 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,3 +41,5 @@ docker run -it -e CMD=<command-to-run> armaanb/gen-shell
 ```
 ## License
 Following suit from tasksh, gen-shell is MIT licensed by Armaan Bhojwani, 2020. Gen-shell is forked from tasksh, from which its codebase has been greatly reduced, although the majority of code remaining was written by the tasksh developers [(listed here)](https://github.com/GothenburgBitFactory/taskshell/blob/master/AUTHORS).
+
+Gen-shell uses [Sarge](https://github.com/MayaPosch/Sarge) for parsing command-line arguments. Sarge was written by Maya Posch and is BSD 3-Clause licensed