diff options
author | merakor <cem@ckyln.com> | 2021-07-17 22:35:14 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-07-17 22:35:14 +0000 |
commit | 8e4ef0338bed826f54313fe553231271b4a99618 (patch) | |
tree | 89a32e09abd0fd81f14c89a632dff82a59a4d8b6 /src | |
parent | f2acffb9bd6d4d5dcf4b8f1e5088c1923c439765 (diff) | |
download | cpt-8e4ef0338bed826f54313fe553231271b4a99618.tar.gz |
add --verbose flag
FossilOrigin-Name: 6ded7bb8d323e48fe12e43e9e568cad9588f866b38c08599055bf450c6d2ea9d
Diffstat (limited to 'src')
-rw-r--r-- | src/cpt-lib.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpt-lib.in b/src/cpt-lib.in index a2466af..1e4062a 100644 --- a/src/cpt-lib.in +++ b/src/cpt-lib.in @@ -404,6 +404,7 @@ global_options() { param CPT_ROOT --root init:@export -- "Use an alternate root directory" disp :usage -h --help -- "Show this help message" disp :version -v --version -- "Print version information" + flag CPT_VERBOSE --verbose init:@export -- "Be more verbose" } contains() { |