mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
rules(cargo): install
This commit is contained in:
parent
0f5f3b70e7
commit
88dff68f2e
1 changed files with 8 additions and 0 deletions
|
|
@ -10,3 +10,11 @@ suggest = [
|
|||
{{command[0]}} {{err::(?:did you mean `)(.*)(?:`\?)}} {{command[2:]}} '''
|
||||
]
|
||||
|
||||
[[match_err]]
|
||||
pattern = [
|
||||
"using `cargo install` to install the binaries from the package in current working directory is no longer supported",
|
||||
]
|
||||
suggest = [
|
||||
'''
|
||||
{{command}} --path .'''
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue