diff --git a/ui-tui/src/app/slash/commands/core.ts b/ui-tui/src/app/slash/commands/core.ts index 58b84f27b49..d3880c25c64 100644 --- a/ui-tui/src/app/slash/commands/core.ts +++ b/ui-tui/src/app/slash/commands/core.ts @@ -110,7 +110,7 @@ export const coreCommands: SlashCommand[] = [ }, { - aliases: ['exit', 'q'], + aliases: ['exit'], help: 'exit hermes', name: 'quit', run: (_arg, ctx) => ctx.session.die() @@ -547,6 +547,7 @@ export const coreCommands: SlashCommand[] = [ }, { + aliases: ['q'], help: 'inspect or enqueue a message', name: 'queue', run: (arg, ctx) => {