summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nbb/nbb_lib.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in
index 1ef7850..3296ff0 100644
--- a/nbb/nbb_lib.in
+++ b/nbb/nbb_lib.in
@@ -14,6 +14,30 @@ TODO:
* run 'make' type step
* run 'make install' type step
* run custom (make) commands
+
+ * Bash syntax completion for that user interface.
+
+ * Man page or something similar.
+
+Possible interface:
+
+ $ nbb [general options] init [command specific options]
+ $ nbb [general options] configure [command specific options]
+ $ nbb [general options] build [command specific options]
+ $ nbb [general options] install [command specific options]
+
+ $ nbb [general options] config srcdir
+ $ nbb [general options] config builddir [<builddir>]
+ $ nbb [general options] config installdir [<installdir>]
+
+ $ nbb [general options] src-sh [command specific options]
+ $ nbb [general options] build-sh [command specific options]
+ $ nbb [general options] install-sh [command specific options]
+
+ $ nbb [general options] run <command> [<param>...]
+ $ nbb [general options] run [command specific options... <-->] <command> [<param>...]
+
+
"""
import sys