diff options
Diffstat (limited to 'docs/markdown/Rewriter.md')
-rw-r--r-- | docs/markdown/Rewriter.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/markdown/Rewriter.md b/docs/markdown/Rewriter.md index 6414480..20b741f 100644 --- a/docs/markdown/Rewriter.md +++ b/docs/markdown/Rewriter.md @@ -97,6 +97,11 @@ Currently, only the following function types are supported: For more information see the help output of the rewrite kwargs command. +Note msys bash may expand `/` to a path. Passing `//` will be converted to +`/` by msys bash but in order to keep usage shell-agnostic, the rewrite command +also allows `//` as the function ID such that it will work in both msys bash +and other shells. + ### Setting the project default options For setting and deleting default options, use the following command: |