Class: Remocon::CLI
- Inherits:
-
Thor
- Object
- Thor
- Remocon::CLI
- Defined in:
- lib/remocon/cli.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
11 12 13 |
# File 'lib/remocon/cli.rb', line 11 def create execute(Remocon::Command::Create) end |
#pull ⇒ Object
33 34 35 |
# File 'lib/remocon/cli.rb', line 33 def pull execute(Remocon::Command::Pull) end |
#push ⇒ Object
24 25 26 |
# File 'lib/remocon/cli.rb', line 24 def push execute(Remocon::Command::Push) end |
#validate ⇒ Object
43 44 45 |
# File 'lib/remocon/cli.rb', line 43 def validate execute(Remocon::Command::Validate) end |