2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 19:53:23 +00:00

fix: make shell continue prompt "sh> "

This commit is contained in:
TorchedSammy 2021-04-04 18:43:55 -04:00
parent cc183620c5
commit cfdab00684

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)