feat: regex matching

This commit is contained in:
iff 2023-08-01 19:35:22 +02:00
parent a5762bf121
commit 3e367a09dd
8 changed files with 85 additions and 93 deletions

View file

@ -30,8 +30,10 @@ pattern = [
suggest = [
'''
#[executable(sudo)]
sudo {{command}}''',
sudo {{command}}
''',
'''
#[executable(doas)]
doas {{command}}''',
doas {{command}}
''',
]