You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and while that's mostly personal preference, i think that camel-cased arguments are ugly and prefer them being in kebab-case. and currently the only way to achieve that is manually putting kebab-cased version everywhere (either as a key or a display name)
i propose some way for library users to achieve that more cleanly, probably by exposing some kind of delegate in the run() config, something like
currently if i use camel-cased arguments in
options
, brocli would keep it as-is:would result in something along
and while that's mostly personal preference, i think that camel-cased arguments are ugly and prefer them being in
kebab-case
. and currently the only way to achieve that is manually putting kebab-cased version everywhere (either as a key or a display name)i propose some way for library users to achieve that more cleanly, probably by exposing some kind of delegate in the
run()
config, something likeThe text was updated successfully, but these errors were encountered: