diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-02-01 09:28:18 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-02-01 09:28:18 +0100 |
commit | 97036aeae73cc2a63219c7b792ab5f18c7d98cd1 (patch) | |
tree | b71a4e0ebde196ad7b4858f4dbaf499b7b3b7201 /NOTES.tmp | |
parent | 537935edab2e847196a46be68956c8ed2300a22a (diff) | |
download | app.sh-97036aeae73cc2a63219c7b792ab5f18c7d98cd1.tar.gz app.sh-97036aeae73cc2a63219c7b792ab5f18c7d98cd1.tar.bz2 app.sh-97036aeae73cc2a63219c7b792ab5f18c7d98cd1.tar.xz app.sh-97036aeae73cc2a63219c7b792ab5f18c7d98cd1.zip |
libexec/app-resolver-maven: Better argument checking.
lib/common: Starting a way to have a common usage/help semantics.
Diffstat (limited to 'NOTES.tmp')
-rw-r--r-- | NOTES.tmp | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -19,3 +19,14 @@ app list - lists all applications available under the specified directory TODO: * tab => spaces * camelCase => snake_case +* Figure out the versions of bash that's available in the different + major operating systems: + * Debian + * Ubuntu + * RedHat + * SLES/OpenSuse + * Cygwin +* Document patterns for parsing command line arguments +* Support sending in config to an app when running init. Has to be + installed before running the hooks, useful to controlling + environment through config. |