Am working on the beta of OctoPrint Nanny. The first character of the plugin name is a dash instead of an O, when running the uninstall from the OctoPrint Plugin Manager via the web interface.
Does this mean that there is a typo somewhere in the plugin code, or could it be something weird with the octoprint uninstall command (unlikely)?
Uninstalling plugin "Print Nanny"
/home/pi/oprint/bin/python -m pip --disable-pip-version-check uninstall --yes -ctoPrint-Nanny
Usage:
/home/pi/oprint/bin/python -m pip uninstall [options] <package> ...
/home/pi/oprint/bin/python -m pip uninstall [options] -r <requirements file> ...
no such option: -c
Done!
Done!
Running the command as it should be from the command line works fine.