switch to forked readline lib which doesn't wreck the repl prompt (#578)

This commit is contained in:
Patrick Devine
2023-09-22 12:17:45 -07:00
committed by GitHub
parent a89ef99aed
commit 87d9efb364
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ import (
"strings"
"time"
"github.com/chzyer/readline"
"github.com/pdevine/readline"
"github.com/dustin/go-humanize"
"github.com/olekukonko/tablewriter"
"github.com/spf13/cobra"