Macros.sh
: map options/flags (which SUSUWU_PROCESS_*
functions use) to descriptions (for --help
output.)
#24
Labels
Milestone
Rationale: most programs support
--help
(which maps options/flags to short descriptions, such asmake --help
which uses the format-s, --silent, --quiet Don't echo recipes.
).Macros.sh
can do in the future (issue #21 will use this,build.sh
will use this)Perhaps maps (which issue #23 should use) can also produce
--help
outputs: for example, if.keys{"-s", "--silent", "--quiet"}
maps to.functions{SUSUWU_PROCESS_Q()}
,.functions
can have a.description="Suppresses notices, disables
set -x."
.The text was updated successfully, but these errors were encountered: