summaryrefslogtreecommitdiff
path: root/examples/file/test.ops
AgeCommit message (Collapse)AuthorFilesLines
2019-04-02Handle combined option values in argv_file_scannerBoris Kolpackov1-1/+1
Turns out we cannot just pass them along as combined because of quoting. While at it, also add support for quoting non-option arguments.
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-0/+7
Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.