mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-22 19:07:26 +08:00
11 lines
379 B
Go
11 lines
379 B
Go
package node
|
|
|
|
// TODO: Implement a command to uninstall the current and previous versions
|
|
// of the node and all files, not including user data
|
|
// this should NEVER delete the user data, only the node files and logs
|
|
|
|
// prompt the user for confirmation or a --force flag to skip the confirmation
|
|
|
|
// qlient node uninstall
|
|
// qlient node uninstall --force (skip the confirmation)
|