cmd/cli: add "--cleanup" flag to remove ctrld's files

This commit is contained in:
Cuong Manh Le
2024-07-22 16:38:47 +07:00
committed by Cuong Manh Le
parent 80cf79b9cb
commit 50ef00526e
2 changed files with 32 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@ var (
cdUpstreamProto string
deactivationPin int64
skipSelfChecks bool
cleanup bool
mainLog atomic.Pointer[zerolog.Logger]
consoleWriter zerolog.ConsoleWriter