@shell-shock/plugin-help 0.2.36 → 0.2.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,7 +109,7 @@ function HelpBuiltin(props) {
109
109
  return Object.keys(command.children).length > 0;
110
110
  },
111
111
  get children() {
112
- return _alloy_js_core.code`help(\`Running a specific command with the help flag (via: \${inlineCode("${(0, _shell_shock_core_plugin_utils.getAppBin)(context)}${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} <specific command> --help")}) or the help command with the specific command as arguments (via: \${inlineCode("${(0, _shell_shock_core_plugin_utils.getAppBin)(context)} ${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} help <specific command>")}) will provide additional information that is specific to that command.\`);
112
+ return _alloy_js_core.code`help(\`Running a specific command with the help flag (via: \${inlineCode("${(0, _shell_shock_core_plugin_utils.getAppBin)(context)}${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} <specific command> --help")}) or the help command with the specific command as arguments (via: \${inlineCode("${(0, _shell_shock_core_plugin_utils.getAppBin)(context)}${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} help <specific command>")}) will provide additional information that is specific to that command.\`);
113
113
  writeLine("");`;
114
114
  }
115
115
  })
@@ -106,7 +106,7 @@ function HelpBuiltin(props) {
106
106
  return Object.keys(command.children).length > 0;
107
107
  },
108
108
  get children() {
109
- return code`help(\`Running a specific command with the help flag (via: \${inlineCode("${getAppBin(context)}${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} <specific command> --help")}) or the help command with the specific command as arguments (via: \${inlineCode("${getAppBin(context)} ${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} help <specific command>")}) will provide additional information that is specific to that command.\`);
109
+ return code`help(\`Running a specific command with the help flag (via: \${inlineCode("${getAppBin(context)}${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} <specific command> --help")}) or the help command with the specific command as arguments (via: \${inlineCode("${getAppBin(context)}${command.segments && command.segments.length > 0 ? ` ${command.segments.join(" ")}` : ""} help <specific command>")}) will provide additional information that is specific to that command.\`);
110
110
  writeLine("");`;
111
111
  }
112
112
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-help",
3
- "version": "0.2.36",
3
+ "version": "0.2.37",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to provide help and documentation for the local application's commands.",
6
6
  "keywords": [
@@ -156,9 +156,9 @@
156
156
  "@powerlines/deepkit": "^0.9.81",
157
157
  "@powerlines/plugin-alloy": "^0.26.220",
158
158
  "@powerlines/plugin-plugin": "^0.12.539",
159
- "@shell-shock/core": "0.17.18",
160
- "@shell-shock/plugin-console": "0.2.22",
161
- "@shell-shock/plugin-theme": "0.4.31",
159
+ "@shell-shock/core": "0.17.19",
160
+ "@shell-shock/plugin-console": "0.2.23",
161
+ "@shell-shock/plugin-theme": "0.4.32",
162
162
  "@stryke/helpers": "^0.10.24",
163
163
  "@stryke/path": "^0.29.11",
164
164
  "@stryke/string-format": "^0.17.26",
@@ -172,5 +172,5 @@
172
172
  "@types/node": "^25.9.2"
173
173
  },
174
174
  "publishConfig": { "access": "public" },
175
- "gitHead": "4ca0ac0ff9ada03aea6667c89a04b54dc73ff40b"
175
+ "gitHead": "f65ed318b22c10407fc4f3770b3f1f742d02ab35"
176
176
  }