We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cf736 commit 0a6b164Copy full SHA for 0a6b164
ishell.go
@@ -16,7 +16,7 @@ import (
16
"time"
17
"unicode"
18
19
- "github.com/chzyer/readline"
+ "github.com/abiosoft/readline"
20
"github.com/fatih/color"
21
"github.com/flynn-archive/go-shlex"
22
)
reader.go
@@ -5,7 +5,7 @@ import (
5
"strings"
6
"sync"
7
8
9
10
11
type (
utils_unix.go
@@ -3,7 +3,7 @@
3
package ishell
4
import (
func clearScreen(s *Shell) error {
utils_windows.go
0 commit comments