refactor: moved internal functions to pkg and updated refs

This commit is contained in:
David Allen 2025-02-20 17:09:21 -07:00 committed by David Allen
parent 0b9c9c837e
commit e69a10ee5c
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 5 additions and 1 deletions

View file

@ -133,5 +133,5 @@ func init() {
checkBindFlagError(viper.BindPFlag("update.status", updateCmd.Flags().Lookup("status")))
checkBindFlagError(viper.BindPFlag("update.insecure", updateCmd.Flags().Lookup("insecure")))
rootCmd.AddCommand(UpdateCmd)
rootCmd.AddCommand(updateCmd)
}