Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 17, 2015
1 parent 8986944 commit a34d918
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cli/cobra.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit a34d918

Please sign in to comment.