Module: Quickl::Command::Single

Defined in:
lib/quickl/command/single.rb

Overview

Instance method for being a single command

Instance Method Summary collapse

Instance Method Details

#run(argv = [], requester = nil) ⇒ Object

Run the command by delegation



7
8
9
10
# File 'lib/quickl/command/single.rb', line 7

def run(argv = [], requester = nil)
  @requester = requester
  execute(parse_options(argv))
end