Remove config cmd

This commit is contained in:
Neeraj Gupta 2023-10-18 12:22:38 +05:30
parent de19f450a8
commit 1cb5414e79

View file

@ -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")