Class: Relocator::CLI
- Inherits:
-
Thor
- Object
- Thor
- Relocator::CLI
- Defined in:
- lib/relocator/cli.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#move(src, dst) ⇒ Object
5 6 7 |
# File 'lib/relocator/cli.rb', line 5 def move(src, dst) Relocator::CLI::Move.call(src, dst) end |