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 18cd88e31c
commit f6639ba34a
Signed by: towk
GPG key ID: 0430CDBE22619155
2 changed files with 5 additions and 1 deletions

View file

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