delve icon indicating copy to clipboard operation
delve copied to clipboard

Is it possible to change the default prompt `(dlv) `?

Open your-diary opened this issue 8 months ago • 1 comments

I want to customize the default prompt (dlv) like $PS1 in shell.

For example, I want to add newlines around the default prompt for better readability.

your-diary avatar May 14 '25 04:05 your-diary

We never implemented this. The code that writes the prompt is the promptForInput function in pkg/terminal/terminal.go.

aarzilli avatar May 14 '25 06:05 aarzilli