Closed mejo- closed 1 year ago
This implementation keeps backwards-compability by adding --standalone in run() per default but not adding it per default in execute().
--standalone
run()
execute()
It still can be set explicitely with standalone(), resulting in execute() passing --standalone.
standalone()
Additionally it can be disabled explicitely with noStandalone(), resulting in run() not passing --standalone.
noStandalone()
Fixes: #31
Signed-off-by: Jonas jonas@freesources.org
Any chance to get this merged @patrickbaber @hanspagel?
Thanks a lot for merging and building a new release straight away :heart:
You are welcome!
This implementation keeps backwards-compability by adding
--standalone
inrun()
per default but not adding it per default inexecute()
.It still can be set explicitely with
standalone()
, resulting inexecute()
passing--standalone
.Additionally it can be disabled explicitely with
noStandalone()
, resulting inrun()
not passing--standalone
.Fixes: #31
Signed-off-by: Jonas jonas@freesources.org