When using the alias tag I can set multiple alternatives for a flag, however if I do something like aliases:"n,name", the "n" is treated as a long name and requires a double dash. It would be nice if this was instead treated as a single dash short flag.
When using the
aliastag I can set multiple alternatives for a flag, however if I do something likealiases:"n,name", the "n" is treated as a long name and requires a double dash. It would be nice if this was instead treated as a single dash short flag.