Class: Neetob::CLI::Users::Commands
- Inherits:
-
Thor
- Object
- Thor
- Neetob::CLI::Users::Commands
- Defined in:
- lib/neetob/cli/users/commands.rb
Instance Method Summary collapse
Instance Method Details
#audit ⇒ Object
12 13 14 |
# File 'lib/neetob/cli/users/commands.rb', line 12 def audit Audit.new([:sandbox]).run end |
#commits ⇒ Object
22 23 24 25 26 |
# File 'lib/neetob/cli/users/commands.rb', line 22 def commits Commits.new( [:author], [:duration], [:apps], [:sandbox], [:all_neeto_repos]).run end |