Module: Ukiryu::CliCommands

Defined in:
lib/ukiryu/cli_commands.rb,
lib/ukiryu/cli_commands/run_command.rb,
lib/ukiryu/cli_commands/base_command.rb,
lib/ukiryu/cli_commands/docs_command.rb,
lib/ukiryu/cli_commands/info_command.rb,
lib/ukiryu/cli_commands/lint_command.rb,
lib/ukiryu/cli_commands/list_command.rb,
lib/ukiryu/cli_commands/opts_command.rb,
lib/ukiryu/cli_commands/cache_command.rb,
lib/ukiryu/cli_commands/which_command.rb,
lib/ukiryu/cli_commands/config_command.rb,
lib/ukiryu/cli_commands/system_command.rb,
lib/ukiryu/cli_commands/extract_command.rb,
lib/ukiryu/cli_commands/resolve_command.rb,
lib/ukiryu/cli_commands/version_command.rb,
lib/ukiryu/cli_commands/commands_command.rb,
lib/ukiryu/cli_commands/describe_command.rb,
lib/ukiryu/cli_commands/register_command.rb,
lib/ukiryu/cli_commands/run_file_command.rb,
lib/ukiryu/cli_commands/validate_command.rb,
lib/ukiryu/cli_commands/response_formatter.rb,
lib/ukiryu/cli_commands/definitions_command.rb

Overview

CliCommands namespace for CLI command classes

Each CLI command is implemented as a separate class. Commands that use Thor’s ‘subcommand` feature must be eagerly loaded.

Defined Under Namespace

Modules: ResponseFormatter Classes: BaseCommand, CacheCommand, CommandsCommand, ConfigCommand, DefinitionsCommand, DescribeCommand, DocsCommand, ExtractCommand, InfoCommand, LintCommand, ListCommand, OptsCommand, RegisterCommand, ResolveCommand, RunCommand, RunFileCommand, SystemCommand, ValidateCommand, VersionCommand, WhichCommand