Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add function
noStandalone
to disable --standalone
This implementation keeps backwards-compability by adding `--standalone` in `run()` per default but not adding it per default in `execute()`. It still can be set explicitely with `standalone()`, resulting in `execute()` passing `--standalone`. Additionally it can be disabled explicitely with `noStandalone()`, resulting in `run()` not passing `--standalone`. Fixes: #31 Signed-off-by: Jonas <jonas@freesources.org>
- Loading branch information