Module: Inch::CLI::Command::Options
- Defined in:
- lib/inch/cli/command/options/base.rb,
lib/inch/cli/command/options/diff.rb,
lib/inch/cli/command/options/list.rb,
lib/inch/cli/command/options/show.rb,
lib/inch/cli/command/options/stats.rb,
lib/inch/cli/command/options/console.rb,
lib/inch/cli/command/options/inspect.rb,
lib/inch/cli/command/options/suggest.rb,
lib/inch/cli/command/options/base_list.rb,
lib/inch/cli/command/options/base_object.rb
Overview
The classes in the Command::Options namespace are concerned with parsing of command-line arguments via OptionParser and converting these arguments into instance attributes.
These attributes are then read and interpreted by the Command object.
Defined Under Namespace
Classes: Base, BaseList, BaseObject, Console, Diff, Inspect, List, Show, Stats, Suggest