command-line-api
command-line-api copied to clipboard
[Design] Can arguments can appear after options?
Absolutely yes. POSIX utility syntax guideline 9 "All options should precede operands on the command line." And how else could the -- token even work.