Skip to content

Commit ad91d19

Browse files
committed
Change prompt to be more distinguishable from async messages
1 parent b67ced9 commit ad91d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cli/cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func main() {
4444

4545
reader := bufio.NewReader(os.Stdin)
4646
for {
47-
fmt.Print("> ")
47+
fmt.Print("phx % ")
4848

4949
input, err := reader.ReadString('\n')
5050
if err == io.EOF {

0 commit comments

Comments
 (0)