mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 12:57:42 +00:00
Fix completion issues (fixes #839)
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
var cfgFile string = ""
|
||||
|
||||
func init() {
|
||||
if len(os.Args) > 1 && (os.Args[1] == "version" || os.Args[1] == "mockoidc") {
|
||||
if len(os.Args) > 1 && (os.Args[1] == "version" || os.Args[1] == "mockoidc" || os.Args[1] == "completion") {
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user