Class: ThorTemplate::Remote
- Inherits:
-
Thor
- Object
- Thor
- ThorTemplate::Remote
- Defined in:
- lib/starter_project/lib/thor_template/cli.rb
Instance Method Summary collapse
Instance Method Details
#add(name, url) ⇒ Object
12 13 14 |
# File 'lib/starter_project/lib/thor_template/cli.rb', line 12 def add(name, url) # implement git remote add end |
#rename(old, new) ⇒ Object
17 18 |
# File 'lib/starter_project/lib/thor_template/cli.rb', line 17 def rename(old, new) end |