This repository was archived by the owner on May 8, 2025. It is now read-only.
  
  
  
  
  
Description
The issues found and fixed in #5 showed that passing arguments to commands isn't trivial, and especially may behave differently between OSs.
We should add some test coverage (at least in the integration tests, but maybe also unit tests?) to make sure that running commands with arguments does work, esp. the non-trivial cases (such as arguments containing spaces, containing quotes, containing backslashes).