fix: opt capture

This commit is contained in:
iff 2024-11-20 22:23:42 +01:00
parent 6dbbd21e40
commit 22e076b228

View file

@ -17,6 +17,6 @@ pattern = [
]
suggest = [
'''
{{command[0}} {{opt::(?:\s)-[\w]+}} {{typo[1:](file)}} '''
{{command[0}} {{opt::(?:\s)(-[\w]+)}} {{typo[1:](file)}} '''
]