◆ positional()
 Add a positional option. 
 A positional option is also a named option (thus the name parameter). For example, a positional option  Program <value> or Program --input <value> Positional options should be added in the expected order of the command line.  |