fix: correct issue where help output for info flag implied multiple flags
This commit is contained in:
@@ -191,7 +191,7 @@ fn-help-subcommand-args() {
|
|||||||
if [[ "$arg" == *_FLAG ]]; then
|
if [[ "$arg" == *_FLAG ]]; then
|
||||||
arg="${arg/_FLAG/}"
|
arg="${arg/_FLAG/}"
|
||||||
if [[ $arg == "INFO" ]]; then
|
if [[ $arg == "INFO" ]]; then
|
||||||
arg="SINGLE_INFO_FLAG..."
|
arg="SINGLE_INFO_FLAG"
|
||||||
args+=" ${BLUE}[--${arg//_/-}]${NORMAL}"
|
args+=" ${BLUE}[--${arg//_/-}]${NORMAL}"
|
||||||
else
|
else
|
||||||
args+=" ${BLUE}[-${arg:0:1}|--${arg//_/-}]${NORMAL}"
|
args+=" ${BLUE}[-${arg:0:1}|--${arg//_/-}]${NORMAL}"
|
||||||
|
|||||||
Reference in New Issue
Block a user