@boost/argsFunctionsparseparse Callableparse<O, P>(argv: Argv, parserOptions: ParserOptions<O, P>): Arguments<O, P>Parse a list of command line arguments (typically from process.argv) into an arguments object. Will extract commands, options, flags, and params based on the defined parser options.Type parametersO: object = {}P: PrimitiveType[] = ArgList
Parse a list of command line arguments (typically from
process.argv
) into an arguments object. Will extract commands, options, flags, and params based on the defined parser options.