Skip to content

Commit

Permalink
Get rid of obsolete package variable
Browse files Browse the repository at this point in the history
We no longer have any interactive commands.
  • Loading branch information
Katrina Owen committed Dec 28, 2018
1 parent 812ae3b commit 24da940
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ var (
Out io.Writer
// Err is used to write errors.
Err io.Writer
// In is used to provide mocked test input (i.e. for prompts).
In io.Reader
)

const msgWelcomePleaseConfigure = `
Expand Down
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func init() {
config.SetDefaultDirName(BinaryName)
Out = os.Stdout
Err = os.Stderr
In = os.Stdin
api.UserAgent = fmt.Sprintf("github.com/exercism/cli v%s (%s/%s)", Version, runtime.GOOS, runtime.GOARCH)
RootCmd.PersistentFlags().BoolP("verbose", "v", false, "verbose output")
RootCmd.PersistentFlags().IntP("timeout", "", 0, "override the default HTTP timeout (seconds)")
Expand Down

0 comments on commit 24da940

Please sign in to comment.