From 1cb5414e797e2a6d4205bdd9599b838136ae92ec Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:22:38 +0530 Subject: [PATCH] Remove config cmd --- cmd/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/config.go b/cmd/config.go index 896edec53..8a34b4054 100644 --- a/cmd/config.go +++ b/cmd/config.go @@ -45,7 +45,7 @@ func init() { viper.SetDefault("host", "https://api.ente.io") // Add 'config' subcommands to the root command - rootCmd.AddCommand(configCmd) + //rootCmd.AddCommand(configCmd) // Add flags to the 'config store' and 'config update' subcommands updateCmd.Flags().StringVarP(&host, "host", "H", viper.GetString("host"), "Update the 'host' configuration")