Closed kennyyork closed 11 months ago
Thanks so much for working on this, @kennyyork!
It looks like we're already escaping in this way for zsh
, and it's probably safe to assume that fish
has this same requirement. Could you rename the existing zshEscapingCommandName
method to shellEscapingCommandName
, and then have all three script generators use that?
@swift-ci Please test
@swift-ci Please test
If a ParsableCommand has a
commandName
value with a hyphen, the bash completion generator will generate a function name with a hyphen which isn't valid in BASH, eg_programName_command_sub-command': not a valid identifier
Checklist