rules: cp

This commit is contained in:
iff 2024-11-16 17:06:07 +01:00
parent 0e4e5d3714
commit b5da53196d

11
rules/cp.toml Normal file
View file

@ -0,0 +1,11 @@
command = "cp"
[[match_err]]
pattern = [
"-r not specified",
]
suggest = [
'''
{{command[0]}} -r {{command[1:]}} '''
]