Class: Autoproj::CLI::Main

Inherits:
Object
  • Object
show all
Defined in:
lib/autoproj-stats.rb

Instance Method Summary collapse

Instance Method Details

#stats(*packages) ⇒ Object



9
10
11
# File 'lib/autoproj-stats.rb', line 9

def stats(*packages)
    run_autoproj_cli(:stats, :Stats, Hash[], *Array(packages))
end