Class: CandyCheck::CLI::App
- Inherits:
-
Thor
- Object
- Thor
- CandyCheck::CLI::App
- Defined in:
- lib/candy_check/cli/app.rb
Overview
Main class for the executable ‘candy_check’
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
44 45 46 |
# File 'lib/candy_check/cli/app.rb', line 44 def self.exit_on_failure? true end |
Instance Method Details
#app_store(receipt) ⇒ Object
23 24 25 |
# File 'lib/candy_check/cli/app.rb', line 23 def app_store(receipt) Commands::AppStore.run(receipt, **) end |