File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ func init() {
44
44
KP .Flag ("no-date" , "Don't automatically handle time.Unix () <-> JS Date()." ).Short ('D' ).BoolVar (& opts .NoDate )
45
45
KP .Flag ("no-helpers" , "Don't output the helpers." ).Short ('H' ).BoolVar (& opts .NoHelpers )
46
46
KP .Flag ("no-default-values" , "Don't assign default/zero values in the ctor." ).Short ('N' ).BoolVar (& opts .NoAssignDefaults )
47
- KP .Flag ("no-capitalize" , "Don't capitalize TS class names." ).Short ('C ' ).BoolVar (& opts .NoCapitalize )
47
+ KP .Flag ("no-capitalize" , "Don't capitalize TS class names." ).Short ('c ' ).BoolVar (& opts .NoCapitalize )
48
48
KP .Flag ("interface" , "Only generate an interface (disables all the other options)." ).Short ('i' ).BoolVar (& opts .InterfaceOnly )
49
49
50
50
KP .Flag ("src-only" , "Only output the Go code (helpful if you want to edit it yourself)." ).Short ('s' ).BoolVar (& srcOnly )
You can’t perform that action at this time.
0 commit comments