mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
62 lines
511 B
TOML
62 lines
511 B
TOML
command = "cargo"
|
|
|
|
[[match_err]]
|
|
pattern = [
|
|
"no such command"
|
|
]
|
|
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:]}}'''
|
|
]
|
|
|