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
Been looking around the docs as well as any other issues, but couldn't find anything for this.
Is it possible to change how commands are generated to be exactly as specified in the "AddCommand" method?
If I do AddCommand("CreateOrder")... it will want to generate the command according to kebabcase, i.e. create-order. But I kind of need to to be CamelCase (for legacy reasons). Is it possible to override this behavior?
The text was updated successfully, but these errors were encountered:
Been looking around the docs as well as any other issues, but couldn't find anything for this.
Is it possible to change how commands are generated to be exactly as specified in the "AddCommand" method?
If I do
AddCommand("CreateOrder")...
it will want to generate the command according to kebabcase, i.e.create-order
. But I kind of need to to be CamelCase (for legacy reasons). Is it possible to override this behavior?The text was updated successfully, but these errors were encountered: