renamed "show-config" to "get-config"

Massimo Melina committed May 7, 2023 at 10:52 UTC d395f89a947fc7c05ee12bc6b49345f7bfc5502b
1 file changed +1 -1
src/commands.ts
+1 -1
@@ -89,7 +89,7 @@ const commands = {
89 setConfig({ [key]: v })
90 }
91 },
92 - 'show-config': {
92 + 'get-config': {
93 params: '<key>',
94 cb(key: string) {
95 const conf = getConfigDefinition(key)