Class: GitStats::CLI
- Inherits:
-
Thor
- Object
- Thor
- GitStats::CLI
- Defined in:
- lib/git_stats/cli.rb
Instance Method Summary collapse
Instance Method Details
#generate ⇒ Object
16 17 18 19 20 21 |
# File 'lib/git_stats/cli.rb', line 16 def generate I18n.locale = [:language] GitStats::Generator.new() { |g| g.add_command_observer { |command, result| puts "#{command}" } unless [:silent] }.render_all end |