Module: Inch::CLI::Command::Output

Defined in:
lib/inch/cli/command/output/base.rb,
lib/inch/cli/command/output/diff.rb,
lib/inch/cli/command/output/list.rb,
lib/inch/cli/command/output/show.rb,
lib/inch/cli/command/output/stats.rb,
lib/inch/cli/command/output/console.rb,
lib/inch/cli/command/output/inspect.rb,
lib/inch/cli/command/output/suggest.rb

Overview

The classes in the Command::Output namespace act as presenter objects to the classes in the Command namespace.

They are given all the objects and data they are supposed to display to the user. They do not filter the received data.

See Also:

Defined Under Namespace

Classes: Base, Console, Diff, Inspect, List, Show, Stats, Suggest