Method: Cir::Cli::RestoreCommand#process
- Defined in:
- lib/cir/cli/restore_command.rb
#process ⇒ Object
26 27 28 29 30 |
# File 'lib/cir/cli/restore_command.rb', line 26 def process Trollop::die "Missing file list" if self.files.empty? self.repository.restore(self.files) end |