Currently, the help text shows only the long flags, suche as e.g. `--verbose`, but not the short flag `-f` which can be configured via ```swift let main = command( Flag("verbose", flag: "v") ) { // ... } ```