module Rigit::Commands::Info

The {Info} module provides the {#info} command for the {CommandLine} module.

Public Instance Methods

info() click to toggle source

The command line info command.

# File lib/rigit/commands/info.rb, line 7
def info
  InfoHandler.new(args).execute
end