fastvideo.v1.entrypoints.cli.cli_types
#
Module Contents#
Classes#
Base class for CLI subcommands |
API#
- class fastvideo.v1.entrypoints.cli.cli_types.CLISubcommand[source]#
Base class for CLI subcommands
- abstract cmd(args: argparse.Namespace) None [source]#
Execute the command with the given arguments
- abstract subparser_init(subparsers: argparse._SubParsersAction) fastvideo.v1.utils.FlexibleArgumentParser [source]#
Initialize the subparser for this command
- validate(args: argparse.Namespace) None [source]#
Validate the arguments for this command