Class: Rodot::CLI
- Inherits:
-
Thor
- Object
- Thor
- Rodot::CLI
- Defined in:
- lib/rodot/cli.rb
Instance Method Summary collapse
- #add(application, *applications) ⇒ Object
- #delete(application, *applications) ⇒ Object
- #list ⇒ Object
- #restore(application, *applications) ⇒ Object
- #status(application, *applications) ⇒ Object
- #store(application, *applications) ⇒ Object
- #unlink(application, *applications) ⇒ Object
- #version ⇒ Object
Instance Method Details
#add(application, *applications) ⇒ Object
16 17 |
# File 'lib/rodot/cli.rb', line 16 def add(application, *applications) end |
#delete(application, *applications) ⇒ Object
20 21 |
# File 'lib/rodot/cli.rb', line 20 def delete(application, *applications) end |
#list ⇒ Object
8 9 |
# File 'lib/rodot/cli.rb', line 8 def list end |
#restore(application, *applications) ⇒ Object
28 29 |
# File 'lib/rodot/cli.rb', line 28 def restore(application, *applications) end |
#status(application, *applications) ⇒ Object
12 13 |
# File 'lib/rodot/cli.rb', line 12 def status(application, *applications) end |
#store(application, *applications) ⇒ Object
24 25 |
# File 'lib/rodot/cli.rb', line 24 def store(application, *applications) end |
#unlink(application, *applications) ⇒ Object
32 33 |
# File 'lib/rodot/cli.rb', line 32 def unlink(application, *applications) end |