Contents:
Command
Command.add()
Command.add_command()
Command.add_middleware()
Command.get_dep_names()
Command.get_flag_map()
Command.prepare()
Command.run()
CommandLineError
UsageError
Parser
Parser.add()
Parser.parse()
Flag
FlagDisplay
PosArgSpec
PosArgSpec.accepts_args
PosArgSpec.parse()
PosArgDisplay
ListParam
ChoicesParam
CommandParseResult
CommandParseResult.to_cmd_scope()
face_middleware()
is_middleware()
check_middleware()
RunResult
RunResult.args
RunResult.input
RunResult.exit_code
RunResult.stdout
RunResult.stderr
RunResult.stdout_bytes
RunResult.stderr_bytes
RunResult.returncode
RunResult.exc_info
RunResult.exception
CheckError
CommandChecker
CommandChecker.run()
CommandChecker.fail()
CommandChecker.fail_X()
echo()
echo_err()
prompt()
prompt_secret()
FaceException
ArgumentParseError
ArgumentArityError
InvalidSubcommand
UnknownFlag
InvalidFlagArgument
InvalidPositionalArgument
MissingRequiredFlags
DuplicateFlag