@shell-shock/plugin-help 0.2.31 → 0.2.33
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.
|
@@ -19,7 +19,7 @@ function HelpUsageDisplay(props) {
|
|
|
19
19
|
const theme = (0, _shell_shock_plugin_theme_contexts_theme.useTheme)();
|
|
20
20
|
return [
|
|
21
21
|
(0, _alloy_js_core_jsx_runtime.memo)(() => _alloy_js_core.code`writeLine(
|
|
22
|
-
textColors.body.secondary(\`\${textColors.usage.bin("
|
|
22
|
+
textColors.body.secondary(\`\${textColors.usage.bin(">_ ${(0, _shell_shock_core_plugin_utils.getAppBin)(context)}")}${command.segments.length > 0 ? ` ${command.segments.map((segment) => `\${textColors.usage.${(0, _shell_shock_core_plugin_utils.isDynamicPathSegment)(segment) ? "dynamic" : "command"}("${(0, _shell_shock_core_plugin_utils.isDynamicPathSegment)(segment) ? `[${(0, _stryke_string_format_snake_case.snakeCase)((0, _shell_shock_core_plugin_utils.getDynamicPathSegmentName)(segment))}]` : segment}")}`).join(" ")}` : ""}${Object.values(command.children).length > 0 ? ` \${textColors.usage.dynamic("<command>")}` : ""}${command.args.length > 0 ? ` ${command.args.map((arg) => `\${textColors.usage.args("<${(arg.type === "string" || arg.type === "number") && arg.choices && arg.choices.length > 0 ? arg.choices.map((choice) => (0, _stryke_string_format_snake_case.snakeCase)(String(choice))).join("|") : arg.type === "string" && arg.format ? (0, _stryke_string_format_snake_case.snakeCase)(arg.format) : (0, _stryke_string_format_snake_case.snakeCase)(arg.name)}${(arg.type === "string" || arg.type === "number") && arg.variadic ? "..." : ""}>")}`).join(" ")}` : ""} \${textColors.usage.options("[options]")}\`), { padding: ${theme.padding.app * indent} }
|
|
23
23
|
);`),
|
|
24
24
|
(0, _alloy_js_core_jsx_runtime.createIntrinsic)("hbr", {}),
|
|
25
25
|
(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_core.Show, {
|
|
@@ -33,7 +33,7 @@ function HelpUsageDisplay(props) {
|
|
|
33
33
|
},
|
|
34
34
|
hardline: true,
|
|
35
35
|
children: (alias) => _alloy_js_core.code`writeLine(
|
|
36
|
-
textColors.body.secondary(\`\${textColors.usage.bin("
|
|
36
|
+
textColors.body.secondary(\`\${textColors.usage.bin(">_ ${(0, _shell_shock_core_plugin_utils.getAppBin)(context)}")}${command.segments.length > 1 ? ` ${command.segments.slice(0, -1).map((segment) => `\${textColors.usage.${(0, _shell_shock_core_plugin_utils.isDynamicPathSegment)(segment) ? "dynamic" : "command"}("${(0, _shell_shock_core_plugin_utils.isDynamicPathSegment)(segment) ? `[${(0, _stryke_string_format_snake_case.snakeCase)((0, _shell_shock_core_plugin_utils.getDynamicPathSegmentName)(segment))}]` : segment}")}`).join(" ")}` : ""} \${textColors.usage.command("${alias}")}${Object.values(command.children).length > 0 ? ` \${textColors.usage.dynamic("<command>")}` : ""}${command.args.length > 0 ? ` ${command.args.map((arg) => `\${textColors.usage.args("<${(arg.type === "string" || arg.type === "number") && arg.choices && arg.choices.length > 0 ? arg.choices.map((choice) => (0, _stryke_string_format_snake_case.snakeCase)(String(choice))).join("|") : arg.type === "string" && arg.format ? (0, _stryke_string_format_snake_case.snakeCase)(arg.format) : (0, _stryke_string_format_snake_case.snakeCase)(arg.name)}${(arg.type === "string" || arg.type === "number") && arg.variadic ? "..." : ""}>")}`).join(" ")}` : ""} \${textColors.usage.options("[options]")}\`), { padding: ${theme.padding.app * indent} }
|
|
37
37
|
);`
|
|
38
38
|
});
|
|
39
39
|
}
|
|
@@ -48,7 +48,7 @@ function HelpUsageDisplay(props) {
|
|
|
48
48
|
(0, _alloy_js_core_jsx_runtime.createIntrinsic)("hbr", {}),
|
|
49
49
|
(0, _alloy_js_core_jsx_runtime.memo)(() => _alloy_js_core.code`
|
|
50
50
|
writeLine(
|
|
51
|
-
textColors.body.secondary(\`\${textColors.usage.bin("
|
|
51
|
+
textColors.body.secondary(\`\${textColors.usage.bin(">_ ${(0, _shell_shock_core_plugin_utils.getAppBin)(context)}")}${command.segments.length > 0 ? ` ${command.segments.map((segment) => `\${textColors.usage.${(0, _shell_shock_core_plugin_utils.isDynamicPathSegment)(segment) ? "dynamic" : "command"}("${(0, _shell_shock_core_plugin_utils.isDynamicPathSegment)(segment) ? `[${(0, _stryke_string_format_snake_case.snakeCase)((0, _shell_shock_core_plugin_utils.getDynamicPathSegmentName)(segment))}]` : segment}")}`).join(" ")}` : ""}${Object.values(command.children).length > 0 ? ` \${textColors.usage.dynamic("<command>")}` : ""} \${textColors.usage.options("[options]")}${command.args.length > 0 ? ` ${command.args.map((arg) => `\${textColors.usage.args("<${(arg.type === "string" || arg.type === "number") && arg.choices && arg.choices.length > 0 ? arg.choices.map((choice) => (0, _stryke_string_format_snake_case.snakeCase)(String(choice))).join("|") : arg.type === "string" && arg.format ? (0, _stryke_string_format_snake_case.snakeCase)(arg.format) : (0, _stryke_string_format_snake_case.snakeCase)(arg.name)}${(arg.type === "string" || arg.type === "number") && arg.variadic ? "..." : ""}>")}`).join(" ")}` : ""}\`), { padding: ${theme.padding.app * indent} }
|
|
52
52
|
);`),
|
|
53
53
|
(0, _alloy_js_core_jsx_runtime.createIntrinsic)("hbr", {})
|
|
54
54
|
];
|
|
@@ -18,7 +18,7 @@ function HelpUsageDisplay(props) {
|
|
|
18
18
|
const theme = useTheme();
|
|
19
19
|
return [
|
|
20
20
|
memo(() => code`writeLine(
|
|
21
|
-
textColors.body.secondary(\`\${textColors.usage.bin("
|
|
21
|
+
textColors.body.secondary(\`\${textColors.usage.bin(">_ ${getAppBin(context)}")}${command.segments.length > 0 ? ` ${command.segments.map((segment) => `\${textColors.usage.${isDynamicPathSegment(segment) ? "dynamic" : "command"}("${isDynamicPathSegment(segment) ? `[${snakeCase(getDynamicPathSegmentName(segment))}]` : segment}")}`).join(" ")}` : ""}${Object.values(command.children).length > 0 ? ` \${textColors.usage.dynamic("<command>")}` : ""}${command.args.length > 0 ? ` ${command.args.map((arg) => `\${textColors.usage.args("<${(arg.type === "string" || arg.type === "number") && arg.choices && arg.choices.length > 0 ? arg.choices.map((choice) => snakeCase(String(choice))).join("|") : arg.type === "string" && arg.format ? snakeCase(arg.format) : snakeCase(arg.name)}${(arg.type === "string" || arg.type === "number") && arg.variadic ? "..." : ""}>")}`).join(" ")}` : ""} \${textColors.usage.options("[options]")}\`), { padding: ${theme.padding.app * indent} }
|
|
22
22
|
);`),
|
|
23
23
|
createIntrinsic("hbr", {}),
|
|
24
24
|
createComponent(Show, {
|
|
@@ -32,7 +32,7 @@ function HelpUsageDisplay(props) {
|
|
|
32
32
|
},
|
|
33
33
|
hardline: true,
|
|
34
34
|
children: (alias) => code`writeLine(
|
|
35
|
-
textColors.body.secondary(\`\${textColors.usage.bin("
|
|
35
|
+
textColors.body.secondary(\`\${textColors.usage.bin(">_ ${getAppBin(context)}")}${command.segments.length > 1 ? ` ${command.segments.slice(0, -1).map((segment) => `\${textColors.usage.${isDynamicPathSegment(segment) ? "dynamic" : "command"}("${isDynamicPathSegment(segment) ? `[${snakeCase(getDynamicPathSegmentName(segment))}]` : segment}")}`).join(" ")}` : ""} \${textColors.usage.command("${alias}")}${Object.values(command.children).length > 0 ? ` \${textColors.usage.dynamic("<command>")}` : ""}${command.args.length > 0 ? ` ${command.args.map((arg) => `\${textColors.usage.args("<${(arg.type === "string" || arg.type === "number") && arg.choices && arg.choices.length > 0 ? arg.choices.map((choice) => snakeCase(String(choice))).join("|") : arg.type === "string" && arg.format ? snakeCase(arg.format) : snakeCase(arg.name)}${(arg.type === "string" || arg.type === "number") && arg.variadic ? "..." : ""}>")}`).join(" ")}` : ""} \${textColors.usage.options("[options]")}\`), { padding: ${theme.padding.app * indent} }
|
|
36
36
|
);`
|
|
37
37
|
});
|
|
38
38
|
}
|
|
@@ -47,7 +47,7 @@ function HelpUsageDisplay(props) {
|
|
|
47
47
|
createIntrinsic("hbr", {}),
|
|
48
48
|
memo(() => code`
|
|
49
49
|
writeLine(
|
|
50
|
-
textColors.body.secondary(\`\${textColors.usage.bin("
|
|
50
|
+
textColors.body.secondary(\`\${textColors.usage.bin(">_ ${getAppBin(context)}")}${command.segments.length > 0 ? ` ${command.segments.map((segment) => `\${textColors.usage.${isDynamicPathSegment(segment) ? "dynamic" : "command"}("${isDynamicPathSegment(segment) ? `[${snakeCase(getDynamicPathSegmentName(segment))}]` : segment}")}`).join(" ")}` : ""}${Object.values(command.children).length > 0 ? ` \${textColors.usage.dynamic("<command>")}` : ""} \${textColors.usage.options("[options]")}${command.args.length > 0 ? ` ${command.args.map((arg) => `\${textColors.usage.args("<${(arg.type === "string" || arg.type === "number") && arg.choices && arg.choices.length > 0 ? arg.choices.map((choice) => snakeCase(String(choice))).join("|") : arg.type === "string" && arg.format ? snakeCase(arg.format) : snakeCase(arg.name)}${(arg.type === "string" || arg.type === "number") && arg.variadic ? "..." : ""}>")}`).join(" ")}` : ""}\`), { padding: ${theme.padding.app * indent} }
|
|
51
51
|
);`),
|
|
52
52
|
createIntrinsic("hbr", {})
|
|
53
53
|
];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shell-shock/plugin-help",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.33",
|
|
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.
|
|
160
|
-
"@shell-shock/plugin-console": "0.2.
|
|
161
|
-
"@shell-shock/plugin-theme": "0.4.
|
|
159
|
+
"@shell-shock/core": "0.17.15",
|
|
160
|
+
"@shell-shock/plugin-console": "0.2.19",
|
|
161
|
+
"@shell-shock/plugin-theme": "0.4.28",
|
|
162
162
|
"@stryke/helpers": "^0.10.24",
|
|
163
163
|
"@stryke/path": "^0.29.11",
|
|
164
164
|
"@stryke/string-format": "^0.17.26",
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
171
|
"@powerlines/plugin-deepkit": "^0.11.470",
|
|
172
|
-
"@types/node": "^25.9.
|
|
172
|
+
"@types/node": "^25.9.2"
|
|
173
173
|
},
|
|
174
174
|
"publishConfig": { "access": "public" },
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "302eeb47bc029bb0105ec572faecfe398a30d3c1"
|
|
176
176
|
}
|