refactor(tui): remove hidden command metadata
This commit is contained in:
parent
00093c70c1
commit
e8964ce672
3 changed files with 1 additions and 4 deletions
|
|
@ -135,8 +135,6 @@ export interface KeymapCommand {
|
|||
readonly name: string
|
||||
readonly aliases?: string[]
|
||||
}
|
||||
/** Hides the command from discovery UI. */
|
||||
readonly hidden?: boolean
|
||||
/** Promotes the command in discovery UI. */
|
||||
readonly suggested?: boolean | (() => boolean)
|
||||
/** Executes the command. Return false to let keymap dispatch continue. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue