mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
feat: regex matching
This commit is contained in:
parent
a5762bf121
commit
3e367a09dd
8 changed files with 85 additions and 93 deletions
|
|
@ -30,8 +30,10 @@ pattern = [
|
|||
suggest = [
|
||||
'''
|
||||
#[executable(sudo)]
|
||||
sudo {{command}}''',
|
||||
sudo {{command}}
|
||||
''',
|
||||
'''
|
||||
#[executable(doas)]
|
||||
doas {{command}}''',
|
||||
doas {{command}}
|
||||
''',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue