diff --git a/cli/cobra.go b/cli/cobra.go index 6f87d39..d1c23e1 100644 --- a/cli/cobra.go +++ b/cli/cobra.go @@ -20,7 +20,7 @@ import ( ) const ( - remyVersion string = "0.1.1" + remyVersion string = "0.2.1" // ConfigFile is the base file prefix for looking for configuration files. wlsrest.toml, .wlsrest.toml are all valid filenames ConfigFile = "wlsrest" @@ -72,9 +72,6 @@ var FlagLocalConfig bool // FlagHomeConfig determines whether to generate/update the $HOME ~/ folder's .wlstrest.cfg file or not var FlagHomeConfig bool -// FlagEnvConfig determines whether to generate/update the various $WLS_* environment variables or not -var FlagEnvConfig bool - // Servers takes a Viper Command and it's argument list, and calls the underlying wls.Servers service to retrieve server // information. func Servers(cmd *cobra.Command, args []string) {