Class: BigShift::Cli
- Inherits:
-
Object
- Object
- BigShift::Cli
- Defined in:
- lib/bigshift/cli.rb
Instance Method Summary collapse
-
#initialize(argv, options = {}) ⇒ Cli
constructor
A new instance of Cli.
- #run ⇒ Object
Constructor Details
Instance Method Details
#run ⇒ Object
26 27 28 29 30 31 32 33 |
# File 'lib/bigshift/cli.rb', line 26 def run setup unload transfer load cleanup nil end |