mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 07:35:10 +01:00
rules: cp
This commit is contained in:
parent
0e4e5d3714
commit
b5da53196d
1 changed files with 11 additions and 0 deletions
11
rules/cp.toml
Normal file
11
rules/cp.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
command = "cp"
|
||||||
|
|
||||||
|
[[match_err]]
|
||||||
|
pattern = [
|
||||||
|
"-r not specified",
|
||||||
|
]
|
||||||
|
suggest = [
|
||||||
|
'''
|
||||||
|
{{command[0]}} -r {{command[1:]}} '''
|
||||||
|
]
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue