-
Notifications
You must be signed in to change notification settings - Fork 47
Closed
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Currently simply pressing Enter in the debug prompt shows an error message:
1|debug>
Unknown command ``. Executing `?` to obtain help.
Basic Commands:
- st: show the status
...
I find the error message would make more sense if an actual command had been inserted. Perhaps emulating the behavior of git add --patch (i.e. immediately printing the help message for an empty command) would provide a better experience:
1|debug>
Basic Commands:
- st: show the status
...
Or, if we want to be more explicit:
1|debug>
Executing `?` to obtain help.
Basic Commands:
- st: show the status
...
pfitzseb
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed