**Describe the issue** Bootstrap tries to install `--force` when the flag is passed to it. **To Reproduce** Steps to reproduce the behaviour: 1. run `bootstrap --force` 2. It will complain about `--force` being ambiguous and that there is no package selected to install. **Expected behaviour** `--force` should not be passed to the extra packages to install. **Screenshots** N/A **System information:** `toltecctl status` output: N/A **Additional context** Install works as expected still, there is just some noise in the output. This was found when running rM-docker.
Describe the issue
Bootstrap tries to install
--forcewhen the flag is passed to it.To Reproduce
Steps to reproduce the behaviour:
bootstrap --force--forcebeing ambiguous and that there is no package selected to install.Expected behaviour
--forceshould not be passed to the extra packages to install.Screenshots
N/A
System information:
toltecctl statusoutput: N/AAdditional context
Install works as expected still, there is just some noise in the output. This was found when running rM-docker.