Class: Relocator::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/relocator/cli.rb

Defined Under Namespace

Classes: Files, Move, Success

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