mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
12 lines
122 B
TOML
12 lines
122 B
TOML
|
|
command = "cp"
|
||
|
|
|
||
|
|
[[match_err]]
|
||
|
|
pattern = [
|
||
|
|
"-r not specified",
|
||
|
|
]
|
||
|
|
suggest = [
|
||
|
|
'''
|
||
|
|
{{command[0]}} -r {{command[1:]}} '''
|
||
|
|
]
|
||
|
|
|