feat(cli): make shortcuts case-insensitive (#5378)

pull/5379/head
btea 4 weeks ago committed by GitHub
parent 35cf6470d3
commit 4ffcdae825
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -80,6 +80,8 @@ export function bindShortcuts(
if (actionRunning) return
input = input.trim().toLowerCase()
if (input === 'h') {
server.config.logger.info(
[

Loading…
Cancel
Save