wezterm
wezterm copied to clipboard
Custom prompt for PromptInputLine
Hello @wez
This change introduces an additional optional parameter to set the prompt in the PromptInputLine. If not passed, the default value of "> " is used.
I'm pretty new to rust, and not sure what test cases to add/modify for these.
Please suggest improvements if any