mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:51:37 +00:00
docs: add /config get alias
This commit is contained in:
@@ -20,6 +20,8 @@ export function parseConfigCommand(raw: string): ConfigCommand | null {
|
||||
switch (action) {
|
||||
case "show":
|
||||
return { action: "show", path: args || undefined };
|
||||
case "get":
|
||||
return { action: "show", path: args || undefined };
|
||||
case "unset": {
|
||||
if (!args)
|
||||
return { action: "error", message: "Usage: /config unset path" };
|
||||
|
||||
Reference in New Issue
Block a user