Skip to content

Commit

Permalink
docs: add documentation for --dir option of create command (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: sxyazi <[email protected]>
  • Loading branch information
abstrakct and sxyazi authored Sep 4, 2024
1 parent 9595954 commit 2445c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 2445c87

Please sign in to comment.