pepper icon indicating copy to clipboard operation
pepper copied to clipboard

pepper.cmd wrapper not included in pip package

Open LindgrenCarlFredrik opened this issue 5 years ago • 0 comments

Steps to reproduce:

  1. Setup a venv on windows
  2. Activate the virtual environment
  3. 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.

LindgrenCarlFredrik avatar Nov 18 '20 13:11 LindgrenCarlFredrik