cmd/ctrld: add "start --no-cd" flag to disable cd mode

This commit is contained in:
Cuong Manh Le
2023-04-26 19:44:44 +07:00
committed by Cuong Manh Le
parent c7bad63869
commit 68fe7e8406
2 changed files with 17 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ var (
cfg ctrld.Config
verbose int
cdUID string
noCD bool
iface string
ifaceStartStop string
setupRouter bool