Steps to reproduce:
- Setup a venv on windows
- Activate the virtual environment
pip install salt-pepper
Doing this only pepper is available in virtualenv/Scripts and not pepper.cmd
Obviously not critical since the workaround is to just manually copy and insert pepper.cmd in virtualenv/Scripts
Furthermore, cmd can not handle targeting with quotes or backslash.
I.e. pepper "*" test.ping and pepper \* test.ping will not work but pepper * test.ping works.
Maybe this should be mentioned in the docs since I had to debug the HTTP messages to work this out.