package node // TODO: Implement a clean command that will remove old versions of the node, // signatures, and logs // qlient node clean // qlient node clean --all (all logs, old node binaries and signatures) // qlient node clean --logs (remove all logs) // qlient node clean --node (remove all old node binary versions, including signatures) // to remove even current versions, they must run 'qclient node uninstall'