Class: SecureKeys::Core::Console::Argument::XCFramework::Parser

Inherits:
OptionParser
  • Object
show all
Defined in:
lib/core/console/arguments/xcframework/parser.rb

Instance Method Summary collapse

Constructor Details

#initializeParser

Initialize the argument parser with the default options



14
15
16
17
18
19
20
21
# File 'lib/core/console/arguments/xcframework/parser.rb', line 14

def initialize
  super('Usage: secure-keys --xcframework [--options]')
  separator('')

  # Configure the argument parser
  configure!
  order!(into: Handler.arguments)
end