Description
On macOS using zsh or bash, running the example command from the README with a Windows-style trailing backslash causes the command to fail because the shell interprets the trailing \ as an escape character.
This creates confusion for users copying cross-platform examples directly from the documentation.
Reproduction Steps
Run the following command on macOS in a project directory:
npx @pavan-kumar-kn/folder_mapper . .\
Description
On macOS using
zshorbash, running the example command from the README with a Windows-style trailing backslash causes the command to fail because the shell interprets the trailing\as an escape character.This creates confusion for users copying cross-platform examples directly from the documentation.
Reproduction Steps
Run the following command on macOS in a project directory:
npx @pavan-kumar-kn/folder_mapper . .\