rules: add touch; update formats

This commit is contained in:
iff 2023-08-07 18:35:07 +02:00
parent 2f3ba438ea
commit e214cf24ba
8 changed files with 26 additions and 30 deletions

View file

@ -25,15 +25,13 @@ pattern = [
"updatedb: can not open a temporary file",
"use `sudo`",
"you don't have access to the history db.",
"you don't have write permissions",
"you don't have write permissions"
]
suggest = [
'''
#[executable(sudo)]
sudo {{command}}
''',
sudo {{command}} ''',
'''
#[executable(doas)]
doas {{command}}
''',
doas {{command}} '''
]