Skip to content

Commit 264603f

Browse files
committed
fix: rebased the branch with main
1 parent e98eb2b commit 264603f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

cli/commands/search.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ def _get_available_commands() -> List[Dict[str, str]]:
2525
},
2626
{
2727
"name": "cat",
28-
"description": ("Concatenate files and print on the standard " "output"),
28+
"description": (
29+
"Concatenate files and print on the standard " "output"
30+
),
2931
},
3032
{"name": "head", "description": "Output the first part of files"},
3133
{"name": "tail", "description": "Output the last part of files"},
3234
{
3335
"name": "sed",
34-
"description": ("Stream editor for filtering and transforming " "text"),
36+
"description": (
37+
"Stream editor for filtering and transforming " "text"
38+
),
3539
},
3640
]
3741

0 commit comments

Comments
 (0)