Method: FakerBot::CLI#list

Defined in:
lib/fakerbot/cli.rb

#listObject



29
30
31
32
33
34
35
# File 'lib/fakerbot/cli.rb', line 29

def list(*)
  if options[:help]
    invoke :help, ['list']
  else
    FakerBot::Commands::List.new(options).execute
  end
end