manager: kresctl: HelpCommand as the default command
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.