yaxu / feedforward

GNU General Public License v3.0
129 stars 10 forks source link

use parameter #28

Closed yaxu closed 3 years ago

ndr-brt commented 3 years ago

As a "command line convention" I think it would be cleaner use "kebab case" like history-file instead of historyFile

yaxu commented 3 years ago

As a "command line convention" I think it would be cleaner use "kebab case" like history-file instead of historyFile

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?

yaxu commented 3 years ago

Ah it seems it automatically converts from kebab to camel case? This module is truly magic.. Fixed!

ndr-brt commented 3 years ago

woa!