Open tpn opened 10 years ago
class Foo(Command): name = None class NameArg(StringInvariant): _short_opt = 'a'
foo --help will still print -n/--name as the short arg. There is a silly bug somewhere in the cli.py bit. Or maybe invariant.py.
foo --help will still print -n/--name as the short arg. There is a silly bug somewhere in the cli.py bit. Or maybe invariant.py.