Closed
Description
Regression from previous work #614 and #616.
Shown as where last command doesn't work anymore:
my-shell:>help --command e2e reg default-value
NAME
e2e reg default-value -
SYNOPSIS
e2e reg default-value --arg1 String --help
OPTIONS
--arg1 String
[Optional, default = hi]
--help or -h
help for e2e reg default-value
[Optional]
my-shell:>help --command "e2e reg default-value"
NAME
e2e reg default-value -
SYNOPSIS
e2e reg default-value --arg1 String --help
OPTIONS
--arg1 String
[Optional, default = hi]
--help or -h
help for e2e reg default-value
[Optional]
my-shell:>help "e2e reg default-value"
NAME
e2e reg default-value -
SYNOPSIS
e2e reg default-value --arg1 String --help
OPTIONS
--arg1 String
[Optional, default = hi]
--help or -h
help for e2e reg default-value
[Optional]
my-shell:>help e2e reg default-value
Unknown command 'e2e,reg,default-value'
Details of the error have been omitted. You can use the stacktrace command to print the full stacktrace.