Skip to content

Commit

Permalink
root conflict
Browse files Browse the repository at this point in the history
Signed-off-by: houdini91 <mdstrauss91@gmail.com>
  • Loading branch information
houdini91 committed Jun 25, 2024
1 parent 691a2b7 commit 11b2c17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11b2c17

Please sign in to comment.