ArgParser getCommandArgParser(Command command) { var parser = ArgParser(); command.configureCliArgs(parser); return parser; }