prompt - append styled text while rendering the interactive prompt.
prompt text text... prompt segment [--fg color] [--bg color] [--bold] [--dim] [--italic] [--underline] [--reverse] [--strikethrough] text... prompt newline
prompt appends content to the prompt currently being rendered by rush_prompt. It is only available while Rush is rendering the interactive prompt.
prompt text appends plain text. prompt segment appends styled text. prompt newline starts a new prompt line.
Colors accept the same values as Rush editor styles: default, ANSI color names, bright color names, 256-color indexes, and #rrggbb truecolor values.
Zero on success and two for usage errors or invalid style options.
rush-builtins(7), prompt_async(1), prompt_duration(1), prompt_pwd(1), rush configuration.