# Functions
DefaultRunner simply runs command with args.
Run is invoked by main(), each argument means 'volt {subcmd} {args}'.
# Variables
ErrShowedHelp is used in parsing argument function of subcommand when the subcommand showed help.
# Interfaces
Cmd represents volt's subcommand interface.
# Type aliases
RunnerFunc invokes c with args.