gomodifytags
gomodifytags copied to clipboard
Override flag defaults with a config file
I'd like to have the ability to change the defaults of the executable, e.g. to make the default transformation be camelCase instead of snake_case.
My proposal would be to introduce a config file (e.g. ~/.config/gomodifytags/config
) where you could override default flag values.