Method: QB::Options.parse!
- Defined in:
- lib/qb/options.rb
.parse!(role, argv) ⇒ Array<Hash<String, Option|Object>>
Destructively removes options from @argv and populates ansible, role,
and qb option hashes.
175 176 177 178 |
# File 'lib/qb/options.rb', line 175 def self.parse! role, argv = self.new role, argv [., .qb] end |