Class: Rodot::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/rodot/cli.rb

Instance Method Summary collapse

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

#listObject



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


32
33
# File 'lib/rodot/cli.rb', line 32

def unlink(application, *applications)
end

#versionObject



36
37
38
# File 'lib/rodot/cli.rb', line 36

def version
  puts "Rodot version: #{Rodot::VERSION}"
end