We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef003d commit 9a03981Copy full SHA for 9a03981
rules/git.toml
@@ -7,7 +7,7 @@ pattern = [
7
suggest = [
8
'''
9
#[err_contains(the most similar command is)]
10
-{{command[0]}} {{err::(?:the most similar command is )(\S+)}} ''',
+{{command[0]}} {{err::(?:the most similar command is )(\S+)}} {{command[2:]}}''',
11
12
#[!err_contains(the most similar command is)]
13
{{command[0]}} {{typo[1](
0 commit comments