Error sourcing fcli_completion
#580
Labels
bug
Something isn't working
effort:medium
Medium effort needed to implement/fix
prio:high
High priority; important new feature or bug fix
Current Behavior
Running
source ./fcli_completion
results in the following errors:Expected Behavior
The
fcli_completion
script should be sourced without any errorsSteps To Reproduce
source ./fcli_completion
after extracting the download bundleEnvironment
No response
Anything else?
This error is caused by the following option declaration in
AbstractActionRunCommand
; apparently the<
and>
in the option name cause errors in the completion script:Easy fix would be to simply remove those characters from the option name, but that makes it less clear for users that this is not a literal option name. Any better approaches?
The text was updated successfully, but these errors were encountered: