Class: ContainersManager::Cli

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/containers_manager/cli.rb

Instance Method Summary collapse

Instance Method Details

#checkObject



15
16
17
18
19
# File 'lib/containers_manager/cli.rb', line 15

def check
  exception_rescue do
    Application.check
  end
end

#execObject



8
9
10
11
12
# File 'lib/containers_manager/cli.rb', line 8

def exec
  exception_rescue do
    Application.exec
  end
end