docs: add /config get alias

This commit is contained in:
Peter Steinberger
2026-01-10 03:02:39 +01:00
parent 2dc7872ad1
commit 5a6ae2624e
3 changed files with 8 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ describe("parseConfigCommand", () => {
action: "show",
path: "foo.bar",
});
expect(parseConfigCommand("/config get foo.bar")).toEqual({
action: "show",
path: "foo.bar",
});
expect(parseConfigCommand("/config unset foo.bar")).toEqual({
action: "unset",
path: "foo.bar",