module Rigit::Commands::List

The {List} module provides the {#list} command for the {CommandLine} module.

Public Instance Methods

list() click to toggle source

The command line list command.

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