@boost/argsFunctionsparseInContextparseInContext CallableparseInContext<O, P>(argv: Argv, context: ContextFactory): Arguments<O, P>Parse a list of command line arguments (typically from process.argv) into an arguments object using a context factory. The factory can customize the parser options based on the arguments being parsed.Type parametersO: object = {}P: PrimitiveType[] = ArgList
Parse a list of command line arguments (typically from
process.argv
) into an arguments object using a context factory. The factory can customize the parser options based on the arguments being parsed.