Class: Neetob::CLI::Users::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neetob/cli/users/commands.rb

Instance Method Summary collapse

Instance Method Details

#auditObject



12
13
14
# File 'lib/neetob/cli/users/commands.rb', line 12

def audit
  Audit.new(options[:sandbox]).run
end

#commitsObject



22
23
24
25
26
# File 'lib/neetob/cli/users/commands.rb', line 22

def commits
  Commits.new(
    options[:author], options[:duration], options[:apps],
    options[:sandbox], options[:all_neeto_repos]).run
end