Class: Sharekit::Cli::App
- Inherits:
-
Thor
- Object
- Thor
- Sharekit::Cli::App
- Defined in:
- lib/sharekit/cli.rb
Overview
Thor gives us subcommand dispatch, flag parsing, and --help for free — the TS original hand-parses process.argv/flags itself.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
24 |
# File 'lib/sharekit/cli.rb', line 24 def self.exit_on_failure? = true |