Add support for flags on the CLI, which should allow for truly supporting "optional" aspect of some arguments.
Currently the arguments need to be provided in a given sequence and are not truly optional, since the Nth "optional" argument requires all the preceeding optional arguments to be given mandatorily (which then involves understanding the default values of all those arguments)
Add support for flags on the CLI, which should allow for truly supporting "optional" aspect of some arguments.
Currently the arguments need to be provided in a given sequence and are not truly optional, since the Nth "optional" argument requires all the preceeding optional arguments to be given mandatorily (which then involves understanding the default values of all those arguments)