Method: KubeDeployTools::Push::Optparser#parse
- Defined in:
- lib/kube_deploy_tools/push/options.rb
#parse(args) ⇒ Object
37 38 39 40 41 42 43 44 |
# File 'lib/kube_deploy_tools/push/options.rb', line 37 def parse(args) @options = PushOptions.new OptionParser.new do |parser| @options.(parser) parser.parse!(args) end @options end |