cmd
cmd copied to clipboard
The standard library flag package with its missing features
Results
1
cmd issues
Sort by
recently updated
recently updated
newest added
Line 22 in the example shows: ``` flag2 = sub1.Int("flag2", 0, "sub2 int flag") ``` But it should really be: ``` flag2 = sub2.Int("flag2", 0, "sub2 int flag") ```