Module: CIHelper::CLI
Defined Under Namespace
Classes: Error
Instance Method Summary collapse
Instance Method Details
#run!(args) ⇒ Object
9 10 11 12 13 |
# File 'lib/ci_helper/cli.rb', line 9 def run!(args) self.args = args.dup prepare! perform_command! end |