Module: Cri
- Defined in:
- lib/cri.rb,
lib/cri/parser.rb,
lib/cri/command.rb,
lib/cri/version.rb,
lib/cri/platform.rb,
lib/cri/command_dsl.rb,
lib/cri/argument_list.rb,
lib/cri/help_renderer.rb,
lib/cri/command_runner.rb,
lib/cri/param_definition.rb,
lib/cri/string_formatter.rb,
lib/cri/option_definition.rb
Overview
The namespace for Cri, a library for building easy-to-use command-line tools with support for nested commands.
Defined Under Namespace
Modules: Platform Classes: ArgumentList, Command, CommandDSL, CommandRunner, Error, HelpRenderer, NoHelpAvailableError, NotImplementedError, OptionDefinition, ParamDefinition, Parser, StringFormatter
Constant Summary collapse
- VERSION =
The current Cri version.
'2.15.12'