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’
Instance Method Summary collapse
Instance Method Details
#app_store(receipt) ⇒ Object
22 23 24 |
# File 'lib/candy_check/cli/app.rb', line 22 def app_store(receipt) Commands::AppStore.run(receipt, ) end |