Changeset 450
- Timestamp:
- 10/18/07 16:41:02 (1 year ago)
- Files:
-
- candidate/phobos/std/getopt.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
candidate/phobos/std/getopt.d
r387 r450 245 245 --------- 246 246 247 In the example above, "--foo", "--bar", "--FOo", "--bAr" etc. are recognized. The directive is active til the end of $(D_PARAM getopt), or until the converse directive $(D_PARAM case Sensitive) is encountered:247 In the example above, "--foo", "--bar", "--FOo", "--bAr" etc. are recognized. The directive is active til the end of $(D_PARAM getopt), or until the converse directive $(D_PARAM caseInsensitive) is encountered: 248 248 249 249 ---------
