add: rm rules [is directory]

This commit is contained in:
iff 2023-08-01 00:12:55 +02:00
parent f17e4c4ce2
commit eb59cbde7f

View file

@ -6,3 +6,10 @@ suggest = [
'''
{{command[:-2]}} {{typo[-1](file)}}'''
]
[[match_err]]
pattern = [ "is a directory", ]
suggest = [
'''
{{command[0]}} -r {{command[1:]}}'''
]