mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 06:20:09 +01:00
fix: actually using the regex capture
This commit is contained in:
parent
05a3fe7e87
commit
1d26ca5c7e
2 changed files with 8 additions and 59 deletions
|
|
@ -2,61 +2,10 @@ command = "cargo"
|
|||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"no such command"
|
||||
"did you mean"
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
{{command[0]}} {{typo[1](
|
||||
add,
|
||||
b,
|
||||
bench,
|
||||
build,
|
||||
c,
|
||||
check,
|
||||
clean,
|
||||
clippy,
|
||||
config,
|
||||
d,
|
||||
doc,
|
||||
expand,
|
||||
fetch,
|
||||
fix,
|
||||
fmt,
|
||||
generate-lockfile,
|
||||
git-checkout,
|
||||
help,
|
||||
init,
|
||||
install,
|
||||
lipo,
|
||||
locate-project,
|
||||
login,
|
||||
logout,
|
||||
make,
|
||||
metadata,
|
||||
miri,
|
||||
new,
|
||||
owner,
|
||||
package,
|
||||
pkgid,
|
||||
publish,
|
||||
r,
|
||||
read-manifest,
|
||||
remove,
|
||||
report,
|
||||
rm,
|
||||
run,
|
||||
rustc,
|
||||
rustdoc,
|
||||
search,
|
||||
t,
|
||||
test,
|
||||
tree,
|
||||
uninstall,
|
||||
update,
|
||||
vendor,
|
||||
verify-project,
|
||||
version,
|
||||
yank
|
||||
)}} {{command[2:]}}'''
|
||||
{{command[0]}} {{err::(?:did you mean `)(.*)(?:`)}} {{command[2:]}} '''
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue