Supported command line syntax.
The syntax is a function that converts raw command line arguments to option input suitable to be recognized by option readers.
A syntax should be registered for options parser to respect it.
An array of command line arguments to process.
A read-only array of option inputs. May be empty if the command line argument has another syntax.
Generated using TypeDoc
Supported command line syntax.
The syntax is a function that converts raw command line arguments to option input suitable to be recognized by option readers.
A syntax should be registered for options parser to respect it.