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 90f4511 commit b55d77eCopy full SHA for b55d77e
server/src/util/sh.ts
@@ -74,6 +74,7 @@ export async function getShellDocumentationWithoutCache({
74
// The default line width of the terminal works fine for hover, but could be better
75
// for completions.
76
{ type: 'man', command: `man -P cat ${word} | col -bx` },
77
+ { type: 'help flag', command: `${word} --help | col -bx` },
78
]
79
80
for (const { type, command } of DOCUMENTATION_COMMANDS) {
0 commit comments