class Rodot::CLI

Public Instance Methods

add(application, *applications) click to toggle source
# File lib/rodot/cli.rb, line 16
def add(application, *applications)
end
delete(application, *applications) click to toggle source
# File lib/rodot/cli.rb, line 20
def delete(application, *applications)
end
list() click to toggle source
# File lib/rodot/cli.rb, line 8
def list
end
restore(application, *applications) click to toggle source
# File lib/rodot/cli.rb, line 28
def restore(application, *applications)
end
status(application, *applications) click to toggle source
# File lib/rodot/cli.rb, line 12
def status(application, *applications)
end
store(application, *applications) click to toggle source
# File lib/rodot/cli.rb, line 24
def store(application, *applications)
end
version() click to toggle source
# File lib/rodot/cli.rb, line 36
def version
  puts "Rodot version: #{Rodot::VERSION}"
end