Skip to content

Commit

Permalink
fiddle with cli cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Jun 21, 2024
1 parent 6535f35 commit ecab876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/edbconnect/main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func startREPL(db *sql.DB) {
Prompt: ">>> ",
HistoryFile: "/tmp/readline.tmp",
InterruptPrompt: "^C",
AutoComplete: readline.NewPrefixCompleter(),
EOFPrompt: "exit",
})
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit ecab876

Please sign in to comment.