What do you want us to work on?
jj (Jujutsu) is a Git-compatible VCS that uses a subcommand hierarchy where Git-related operations live under jj git (e.g. jj git push, jj git fetch). It's easy to mistype these as:
- jj push → should be jj git push
- jj g push → should be jj git push
- jj fetch → should be jj git fetch
- jj pull → should be jj git fetch
jj itself will report messages like
error: unrecognized subcommand 'g'
tip: some similar subcommands exist: 'gerrit', 'git'
That would be great if pay-respects gives suggestions for these.
### What do you want us to work on?
[jj (Jujutsu)](https://github.com/jj-vcs/jj) is a Git-compatible VCS that uses a subcommand hierarchy where Git-related operations live under `jj git` (e.g. `jj git push`, `jj git fetch`). It's easy to mistype these as:
- jj push → should be jj git push
- jj g push → should be jj git push
- jj fetch → should be jj git fetch
- jj pull → should be jj git fetch
`jj` itself will report messages like
```
error: unrecognized subcommand 'g'
tip: some similar subcommands exist: 'gerrit', 'git'
```
That would be great if pay-respects gives suggestions for these.