This allows for uppercase characters in conditional flags in .fish files.
I'd suggest this change, because some programs use uppercase characters in such positions. For example hugo has a --baseURL option and rusts clap library for command line parameter parsing by default provides -V as shorthand for --version.
This allows for uppercase characters in conditional flags in
.fish
files.I'd suggest this change, because some programs use uppercase characters in such positions. For example hugo has a
--baseURL
option and rusts clap library for command line parameter parsing by default provides-V
as shorthand for--version
.