Commit Graph
1 Commits
Author SHA1 Message Date
Gianluca AnzolinandRich Felker b72cd07f17 add support for non-option arguments extension to getopt
this is a GNU extension, activated by including '-' as the first
character of the options string, whereby non-option arguments are
processed as if they were arguments to an option character '\1' rather
than ending option processing.
2014-12-02 19:03:04 -05:00