Currently the usage output only adds required flags to the usage line. Without any required flags this looks like flags can't be given at all. Maybe some kind of flags placeholder can be used: ``` Usage: program [optional flags] <positionals> ```
Currently the usage output only adds required flags to the usage line. Without any required flags this looks like flags can't be given at all.
Maybe some kind of flags placeholder can be used: