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
Override the type of schema with subcommands strings as const (or check if they aren't in the type already). Then retrieve the subcommands keys with a type helper.
The text was updated successfully, but these errors were encountered:
Problem
Subcommands keys aren't typechecked.
Solution
Override the type of
schema
with subcommands strings as const (or check if they aren't in the type already). Then retrieve the subcommands keys with a type helper.The text was updated successfully, but these errors were encountered: