Class: Dutiful::Command::List

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/dutiful/commands/list.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



2
3
4
5
6
# File 'lib/dutiful/commands/list.rb', line 2

def execute
  puts "Storage: #{Dutiful::Config.storage.name}\n\n"

  puts Dutiful::Application.all
end