From 4a5d82f451f5baae63bfd350e9573d1069dd77df Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Thu, 14 Feb 2008 12:05:19 +0100 Subject: Document possible cmdline user interface --- nbb/nbb_lib.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 [] + $ nbb [general options] config 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 [...] + $ nbb [general options] run [command specific options... <-->] [...] + + """ import sys -- cgit