Class: ContainersManager::Cli
- Inherits:
-
Thor
- Object
- Thor
- ContainersManager::Cli
- Includes:
- Thor::Actions
- Defined in:
- lib/containers_manager/cli.rb
Instance Method Summary collapse
Instance Method Details
#check ⇒ Object
15 16 17 18 19 |
# File 'lib/containers_manager/cli.rb', line 15 def check exception_rescue do Application.check end end |
#exec ⇒ Object
8 9 10 11 12 |
# File 'lib/containers_manager/cli.rb', line 8 def exec exception_rescue do Application.exec end end |