On Thu, 2021-03-18 at 09:09 +0100, Erik Skultety wrote: > As documented at [1], the common practice wrt to private s/wrt to/with respect to/ > def parse(self): > return self.parser.parse_args() Shouldn't this change be applied to Parser.parser... > def run(self): > self.args.func(self) ... and Application.args too? Everything else looks good. -- Andrea Bolognani / Red Hat / Virtualization