bash-language-server
Advanced tools
Comparing version 5.1.0 to 5.1.1
# Bash Language Server | ||
## 5.1.1 | ||
- Add --help fallback for documentation https://github.com/bash-lsp/bash-language-server/pull/1052 | ||
## 5.1.0 | ||
@@ -4,0 +8,0 @@ |
@@ -74,2 +74,3 @@ "use strict"; | ||
{ type: 'man', command: `man -P cat ${word} | col -bx` }, | ||
{ type: 'help flag', command: `${word} --help | col -bx` }, | ||
]; | ||
@@ -76,0 +77,0 @@ for (const { type, command } of DOCUMENTATION_COMMANDS) { |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"main": "./out/server.js", | ||
@@ -9,0 +9,0 @@ "typings": "./out/server.d.ts", |
@@ -77,2 +77,3 @@ import * as ChildProcess from 'child_process' | ||
{ type: 'man', command: `man -P cat ${word} | col -bx` }, | ||
{ type: 'help flag', command: `${word} --help | col -bx` }, | ||
] | ||
@@ -79,0 +80,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1121760
12560