Module: Boson::Runner::CommandExtension

Defined in:
lib/boson/runner.rb

Instance Method Summary collapse

Instance Method Details

#new_attributes(name, library) ⇒ Object

Ensure all commands have -h



85
86
87
# File 'lib/boson/runner.rb', line 85

def new_attributes(name, library)
  super.update(option_command: true)
end