Each of these examples demonstrates one aspect or feature of argc.
-
demo.sh - A simple demo script.
-
multiline.sh - how to use multiline help text.
-
nested-commands - how to use nested commands.
-
hooks.sh - how to use argc hooks.
-
strict.sh - how to use strict mode
-
parallel.sh - how to use
--argc-parallel
. -
args.sh - all kinds of
@arg
. -
options.sh - all kinds of
@option
and@flag
. -
bind-env - how to bind env to param.
-
envs.sh - all kind of
@env
. -
default-subcommand - how to use
@meta default-subcommand
. -
require-tools - how to use
@meta require-tools
. -
inherit-flag-options - how to use
@meta inherit-flag-options
. -
combine-short - how to use
@meta combine-shorts
. -
symbol: how to use
@meta symbol
.