Changeset 35605 in project
- Timestamp:
- 06/16/18 19:51:43 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/getopt-long
r34161 r35605 101 101 resemble options. So, in the argument list: 102 102 103 ("--apples" "Granny Smith" "--" "--blimp " "Goodyear")103 ("--apples" "Granny Smith" "--" "--blimps" "Goodyear") 104 104 105 105 {{getopt-long}} will recognize the `apples' option as having the value 106 106 "Granny Smith", but it will not recognize the `blimp' option; it will 107 return the strings "--blimp " and "Goodyear" as ordinary argument107 return the strings "--blimps" and "Goodyear" as ordinary argument 108 108 strings. 109 109
Note: See TracChangeset
for help on using the changeset viewer.