chore(cmd): remove init function for completion command
This removes the redundant init() that adds the completion command to rootCmd, likely handled elsewhere in the codebase.
This commit is contained in:
parent
e355142c05
commit
d9ebe20ae4
@ -61,7 +61,3 @@ PowerShell:
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(completionCmd)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user