Skip to content

Commit

Permalink
Attempt to fix cursor misplacement (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
filimonov committed Mar 11, 2018
1 parent 6aa48c8 commit 8bb7b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chc.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var opts struct {

var clickhouseSetting = make(map[string]string)

const versionString = "v0.1.5"
const versionString = "v0.1.6"

func parseArgs() {
argsParser := flags.NewNamedParser("chc (ClickHouse CLI portable)", flags.Default&^flags.HelpFlag) // , HelpFlag
Expand Down
2 changes: 1 addition & 1 deletion prompt_loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"regexp"
"strings"

"github.com/peterh/liner" // there is also github.com/chzyer/readline and https://github.com/Bowery/prompt
"github.com/filimonov/liner" // there is also github.com/chzyer/readline and https://github.com/Bowery/prompt
)

var prompt = ":) "
Expand Down

0 comments on commit 8bb7b4a

Please sign in to comment.