mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-22 10:57:24 +08:00
11 lines
420 B
Go
11 lines
420 B
Go
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'
|