From 1df4ecaf961d124ab31ca74407eabd874a521403 Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 23 Aug 2020 13:25:06 +0000 Subject: getoptions: do not unset variables if parameters aren't given. FossilOrigin-Name: d3aeabb1ff9e6acaea85638e37721065bb937b2cb1a349270a5dbcb0ef669d59 --- src/cpt-remove | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cpt-remove') diff --git a/src/cpt-remove b/src/cpt-remove index 7f3e64e..5462b4b 100755 --- a/src/cpt-remove +++ b/src/cpt-remove @@ -7,10 +7,10 @@ if command -v cpt-lib >/dev/null; then . cpt-lib; else . ./cpt-lib; fi parser_definition() { setup REST -- "usage: ${0##*/} [pkg...]" msg -- '' 'Options:' - flag CPT_FORCE -f --force -- "Force removal" - param CPT_ROOT --root -- "Use an alternate root directory" - disp :usage -h --help -- "Show this help message" - disp :version -v --version -- "Print version information" + flag CPT_FORCE -f --force init:"$CPT_FORCE" -- "Force removal" + param CPT_ROOT --root init:"$CPT_ROOT" -- "Use an alternate root directory" + disp :usage -h --help -- "Show this help message" + disp :version -v --version -- "Print version information" } eval "$(getoptions parser_definition parse "$0")" -- cgit v1.2.3