diff --git a/cmd/root.go b/cmd/root.go index 715269c..bb1cd16 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -110,11 +110,8 @@ func rootCmd() *cobra.Command { cobra.CheckErr(viper.BindPFlag("cache_dir", rootCmd.PersistentFlags().Lookup("cache-dir"))) rootCmd.AddCommand(fetchCmd()) -<<<<<<< suggestion/save-command rootCmd.AddCommand(exportCmd()) -======= rootCmd.AddCommand(listCmd()) ->>>>>>> main rootCmd.AddCommand(versionCmd()) return rootCmd