text_lint.cli.commands.check_command.CheckCommand

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

Bases: CLICommandBase

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

create_parser(command_parser: ArgumentParser) None[Quellcode]

Create an argument parser for this CLI command.

invoke(args: Namespace) None[Quellcode]

Invoke this CLI command.