Hide the Fillet command from the command palette (#4550)
* Add the ability to hide a command based on its availability status * Hide the Fillet command from the command bar unless in dev mode
This commit is contained in:
@ -96,6 +96,7 @@ export type CommandConfig<
|
||||
'name' | 'groupId' | 'onSubmit' | 'onCancel' | 'args' | 'needsReview'
|
||||
> & {
|
||||
needsReview?: true
|
||||
status?: 'active' | 'development' | 'inactive'
|
||||
args?: {
|
||||
[ArgName in keyof CommandSchema]: CommandArgumentConfig<
|
||||
CommandSchema[ArgName],
|
||||
|
Reference in New Issue
Block a user