fix: make shell continue prompt "sh> "

pull/24/head
TorchedSammy 2021-04-04 18:43:55 -04:00
parent cc183620c5
commit cfdab00684
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ func StartMultiline(prev string, sb *strings.Builder) bool {
// save input from previous prompts
if sb.String() == "" { sb.WriteString(prev + "\n") }
fmt.Printf("... ")
fmt.Printf("sh> ")
reader := bufio.NewReader(os.Stdin)