https://issues.dlang.org/show_bug.cgi?id=20344
Issue ID: 20344
Summary: Variable format is not in CamelCase into getopt
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: [email protected]
Reporter: [email protected]
Dear,
Variable format is inconsitent into getopt module. Indeed variables are
sometime in Camelcase some time not. As example:
- GetOptException https://github.com/dlang/phobos/blob/master/std/getopt.d#L43
- GetoptResult https://github.com/dlang/phobos/blob/master/std/getopt.d#L425
--