We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98eb2b commit 264603fCopy full SHA for 264603f
cli/commands/search.py
@@ -25,13 +25,17 @@ def _get_available_commands() -> List[Dict[str, str]]:
25
},
26
{
27
"name": "cat",
28
- "description": ("Concatenate files and print on the standard " "output"),
+ "description": (
29
+ "Concatenate files and print on the standard " "output"
30
+ ),
31
32
{"name": "head", "description": "Output the first part of files"},
33
{"name": "tail", "description": "Output the last part of files"},
34
35
"name": "sed",
- "description": ("Stream editor for filtering and transforming " "text"),
36
37
+ "Stream editor for filtering and transforming " "text"
38
39
40
]
41
0 commit comments