As suggested in #112 (comment), @richkadel suggested that if a field doesn't have an arg_name specified, we could generate one automatically for it to make it prettier for help messages or redactions. We should consider doing:
- lower case the field name
- convert
_ to -
- remove leading
_
As suggested in #112 (comment), @richkadel suggested that if a field doesn't have an
arg_namespecified, we could generate one automatically for it to make it prettier for help messages or redactions. We should consider doing:_to-_