Skip to content

manager: kresctl: HelpCommand as the default command

Aleš Mrázek requested to merge manager-kresctl-noarg-fix into manager

If command is not specified in kresctl arguments, HelpCommand is used as default and a help-message is printed. Unfortunately, argparse does not have an option to set the default for subparsers. That's why it's done this way.

Fixes ugly error message when executed without arguments.

Merge request reports