Class: Remocon::CLI
- Inherits:
-
Thor
- Object
- Thor
- Remocon::CLI
- Defined in:
- lib/remocon/cli.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
9 10 11 |
# File 'lib/remocon/cli.rb', line 9 def create execute(Remocon::Command::Create) end |
#pull ⇒ Object
24 25 26 |
# File 'lib/remocon/cli.rb', line 24 def pull execute(Remocon::Command::Pull) end |
#push ⇒ Object
18 19 20 |
# File 'lib/remocon/cli.rb', line 18 def push execute(Remocon::Command::Push) end |
#validate ⇒ Object
31 32 33 |
# File 'lib/remocon/cli.rb', line 31 def validate execute(Remocon::Command::Validate) end |