Class: Oc::Runner
- Inherits:
-
Object
- Object
- Oc::Runner
- Defined in:
- lib/system/run/client.rb
Class Method Summary collapse
Class Method Details
.start ⇒ Object
6 7 8 9 10 11 |
# File 'lib/system/run/client.rb', line 6 def self.start program :name, 'Digital Ocean Client' program :version, Oc::VERSION program :description, 'Digital Ocean Command Line Tools' Oc::Run.load_commands.parse_command end |