Class: Spire::Commands::Register
- Inherits:
-
Object
- Object
- Spire::Commands::Register
- Includes:
- Mixlib::CLI, Mixins::Help
- Defined in:
- lib/spire/commands/register.rb
Overview
This is the spire command
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Mixins::Help
Class Method Details
.run(args) ⇒ Object
27 28 29 |
# File 'lib/spire/commands/register.rb', line 27 def self.run(args) self.new.run(args) end |