Validate single account domain input (#624)

This commit is contained in:
Maycon Santos
2022-12-13 13:43:29 +01:00
committed by GitHub
parent c0a62b6ddc
commit 6b32e2dc07
2 changed files with 7 additions and 3 deletions

View File

@@ -22,9 +22,10 @@ var (
disableSingleAccMode bool
rootCmd = &cobra.Command{
Use: "netbird-mgmt",
Short: "",
Long: "",
Use: "netbird-mgmt",
Short: "",
Long: "",
SilenceUsage: true,
}
// Execution control channel for stopCh signal