Class: Braid::Commands::List

Inherits:
Braid::Command show all
Defined in:
lib/braid/commands/list.rb

Instance Method Summary collapse

Methods inherited from Braid::Command

#config, msg, #msg, run, #verbose?

Methods included from Operations::VersionControl

#git, #git_cache, #git_svn, #svn

Instance Method Details

#run(path = nil, options = {}) ⇒ Object



4
5
6
7
8
# File 'lib/braid/commands/list.rb', line 4

def run(path = nil, options = {})
  with_reset_on_error do
    path ? list_one(path, options) : list_all(options)
  end
end