Closed yaxu closed 3 years ago
As a "command line convention" I think it would be cleaner use "kebab case" like
history-file
instead ofhistoryFile
Yes agreed and I wanted to do that - but I used camelCase though because history-file isn't valid as a haskell identifier - but I guess there's a way around that?
Ah it seems it automatically converts from kebab to camel case? This module is truly magic.. Fixed!
woa!
As a "command line convention" I think it would be cleaner use "kebab case" like
history-file
instead ofhistoryFile