text_lint.cli.commands.check_command.CheckCommand

class text_lint.cli.commands.check_command.CheckCommand[source]

Bases: CLICommandBase

CLI command to lint a specific file with a specific schema.

create_parser(command_parser: ArgumentParser) None[source]

Create an argument parser for this CLI command.

invoke(args: Namespace) None[source]

Invoke this CLI command.