class ConfigCommand

def help

def help
  <<~HELP
    Usage: pangea config [OPTIONS] SUBCOMMAND
    Arguments:
      SUBCOMMAND  subcommand for config
    Options:
      -h, --help    Print usage
  HELP
end