fastvideo.v1.entrypoints.cli.cli_types#

Module Contents#

Classes#

CLISubcommand

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

name: str[source]#

None

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