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
flag is unused. Also, the example is not type-correct:
Argument of type '{ name: string; args: { myFlag: any; }; }' is not assignable to parameter of type 'CommandConfig<{ myFlag: any; }, HandlerFunc<{ myFlag: any; }>>'.
Property 'handler' is missing in type '{ name: string; args: { myFlag: any; }; }' but required in type 'CommandConfig<{ myFlag: any; }, HandlerFunc<{ myFlag: any; }>>'.ts(2345)
The text was updated successfully, but these errors were encountered:
Snippet from docs:
flag
is unused. Also, the example is not type-correct:The text was updated successfully, but these errors were encountered: