Skip to content

Commit a04355b

Browse files
feat(shell): use a space-terminated prompt (#2737)
1 parent 39b6cb5 commit a04355b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/core/shell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func RunShell(ctx context.Context, printer *Printer, meta *meta, rootCmd *cobra.
266266
p := prompt.New(
267267
executor,
268268
completer.Complete,
269-
prompt.OptionPrefix(">>>"),
269+
prompt.OptionPrefix(">>> "),
270270
prompt.OptionSuggestionBGColor(prompt.Purple),
271271
prompt.OptionSelectedSuggestionBGColor(prompt.Fuchsia),
272272
prompt.OptionSelectedSuggestionTextColor(prompt.White),

0 commit comments

Comments
 (0)