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
As discussed in #13251 (comment), the kebab case output from github.com/iancoleman/strcase does weird things with numbers like i-32 and bech-32. We should write a custom kebab case function for autocli that creates sane kebab case when there are numbers (ex. i32 instead of i-32).
The text was updated successfully, but these errors were encountered:
As discussed in #13251 (comment), the kebab case output from
github.com/iancoleman/strcase
does weird things with numbers likei-32
andbech-32
. We should write a custom kebab case function for autocli that creates sane kebab case when there are numbers (ex.i32
instead ofi-32
).The text was updated successfully, but these errors were encountered: