Class: Legion::CLI::Groups::Admin
- Inherits:
-
Thor
- Object
- Thor
- Legion::CLI::Groups::Admin
- Defined in:
- lib/legion/cli/groups/admin_group.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
11 12 13 |
# File 'lib/legion/cli/groups/admin_group.rb', line 11 def self.exit_on_failure? true end |
Instance Method Details
#purge_topology ⇒ Object
37 38 39 |
# File 'lib/legion/cli/groups/admin_group.rb', line 37 def purge_topology Legion::CLI::AdminCommand.new([], ).purge_topology end |