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, #force?, msg, #msg, run, #verbose?

Methods included from Operations::VersionControl

#git, #git_cache

Instance Method Details

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



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

def run(path = nil, options = {})
  msg "WARNING: list command is deprecated. Please use \"braid status\" instead.\n"
  Command.run(:status, path, options)
end