From 19148eaa0d38d23fc451b6f0987878311b774f8d Mon Sep 17 00:00:00 2001 From: sogaiu <983021772@users.noreply.github.com> Date: Sun, 25 May 2025 11:29:33 +0900 Subject: [PATCH] docs: mention ~ and $HOME for parser-directories --- docs/src/cli/init-config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/cli/init-config.md b/docs/src/cli/init-config.md index 96cb96a7..77aacd66 100644 --- a/docs/src/cli/init-config.md +++ b/docs/src/cli/init-config.md @@ -30,7 +30,8 @@ on your filesystem. You can control this using the `"parser-directories"` key in { "parser-directories": [ "/Users/my-name/code", - "/Users/my-name/other-code" + "~/other-code", + "$HOME/another-code" ] } ```