Method: Command::Remote#run
- Defined in:
- lib/command/remote.rb
#run ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/command/remote.rb', line 13 def run case @args.shift when "add" then add_remote when "remove" then remove_remote else list_remotes end end |