From 2445c871cc38b2a3b35418409484a4af7d4d0464 Mon Sep 17 00:00:00 2001 From: Rolf K / rkaid Date: Wed, 4 Sep 2024 15:18:08 +0200 Subject: [PATCH] docs: add documentation for `--dir` option of `create` command (#131) Co-authored-by: sxyazi --- docs/configuration/keymap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/keymap.md b/docs/configuration/keymap.md index 39200535..f9668c80 100644 --- a/docs/configuration/keymap.md +++ b/docs/configuration/keymap.md @@ -279,6 +279,7 @@ Create a file or directory. Ends with `/` (Unix) or `\` (Windows) for directorie | Argument/Option | Description | | --------------- | ---------------------------------------------------------------------------------------------- | +| `--dir` | Always create directories, regardless of whether end with `/` or `\`. | | `--force` | Overwrite the destination file directly if it exists, without showing the confirmation dialog. | ### `rename` {#manager.rename}