fix import registration

This commit is contained in:
2023-08-28 18:11:17 -07:00
parent f368381458
commit f503d4b0eb

View File

@@ -57,5 +57,5 @@ var importCmd = &cobra.Command{
}
func init() {
rootCmd.AddCommand(registerCmd)
rootCmd.AddCommand(importCmd)
}