@shell-shock/plugin-completions 0.4.14 → 0.4.16

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.
Files changed (57) hide show
  1. package/README.md +1 -1
  2. package/dist/components/bash-config-command.cjs +6 -120
  3. package/dist/components/bash-config-command.mjs +6 -119
  4. package/dist/components/bash-config-command.mjs.map +1 -1
  5. package/dist/components/bash-script-command.cjs +5 -105
  6. package/dist/components/bash-script-command.mjs +5 -104
  7. package/dist/components/bash-script-command.mjs.map +1 -1
  8. package/dist/components/bash-shared.cjs +13 -77
  9. package/dist/components/bash-shared.mjs +13 -76
  10. package/dist/components/bash-shared.mjs.map +1 -1
  11. package/dist/components/fish-config-command.cjs +6 -120
  12. package/dist/components/fish-config-command.mjs +6 -119
  13. package/dist/components/fish-config-command.mjs.map +1 -1
  14. package/dist/components/fish-script-command.cjs +4 -104
  15. package/dist/components/fish-script-command.mjs +4 -103
  16. package/dist/components/fish-script-command.mjs.map +1 -1
  17. package/dist/components/fish-shared.cjs +77 -141
  18. package/dist/components/fish-shared.mjs +77 -140
  19. package/dist/components/fish-shared.mjs.map +1 -1
  20. package/dist/components/index.cjs +1 -26
  21. package/dist/components/index.mjs +1 -14
  22. package/dist/components/powershell-config-command.cjs +6 -116
  23. package/dist/components/powershell-config-command.mjs +6 -115
  24. package/dist/components/powershell-config-command.mjs.map +1 -1
  25. package/dist/components/powershell-script-command.cjs +4 -104
  26. package/dist/components/powershell-script-command.mjs +4 -103
  27. package/dist/components/powershell-script-command.mjs.map +1 -1
  28. package/dist/components/powershell-shared.cjs +37 -101
  29. package/dist/components/powershell-shared.mjs +37 -100
  30. package/dist/components/powershell-shared.mjs.map +1 -1
  31. package/dist/components/zsh-config-command.cjs +6 -120
  32. package/dist/components/zsh-config-command.mjs +6 -119
  33. package/dist/components/zsh-config-command.mjs.map +1 -1
  34. package/dist/components/zsh-script-command.cjs +6 -108
  35. package/dist/components/zsh-script-command.mjs +6 -107
  36. package/dist/components/zsh-script-command.mjs.map +1 -1
  37. package/dist/components/zsh-shared.cjs +42 -106
  38. package/dist/components/zsh-shared.mjs +42 -105
  39. package/dist/components/zsh-shared.mjs.map +1 -1
  40. package/dist/helpers/complete-command.cjs +1 -10
  41. package/dist/helpers/complete-command.mjs +1 -8
  42. package/dist/helpers/complete-command.mjs.map +1 -1
  43. package/dist/helpers/completion-directive-constants.cjs +1 -16
  44. package/dist/helpers/completion-directive-constants.mjs +1 -14
  45. package/dist/helpers/completion-directive-constants.mjs.map +1 -1
  46. package/dist/helpers/index.cjs +1 -6
  47. package/dist/helpers/index.mjs +1 -4
  48. package/dist/index.cjs +1 -303
  49. package/dist/index.mjs +1 -301
  50. package/dist/index.mjs.map +1 -1
  51. package/dist/types/index.cjs +1 -4
  52. package/dist/types/index.mjs +1 -3
  53. package/dist/types/plugin.mjs +1 -1
  54. package/dist/types/shell-type.cjs +1 -12
  55. package/dist/types/shell-type.mjs +1 -10
  56. package/dist/types/shell-type.mjs.map +1 -1
  57. package/package.json +10 -10
@@ -1 +1 @@
1
- {"version":3,"file":"fish-config-command.mjs","names":[],"sources":["../../src/components/fish-config-command.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code } from \"@alloy-js/core\";\nimport {\n ElseClause,\n FunctionDeclaration,\n IfStatement,\n InterfaceDeclaration,\n InterfaceMember,\n VarDeclaration\n} from \"@alloy-js/typescript\";\nimport { ReflectionKind } from \"@powerlines/deepkit/vendor/type\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport { TSDoc, TSDocDefaultValue } from \"@powerlines/plugin-alloy/typescript\";\nimport { TypescriptFile } from \"@powerlines/plugin-alloy/typescript/components/typescript-file\";\nimport { getAppTitle } from \"@shell-shock/core/plugin-utils\";\nimport { joinPaths } from \"@stryke/path\";\nimport type { CompletionsPluginContext } from \"../types/plugin\";\n\n/**\n * The Fish Completions - Configuration command's handler wrapper for the Shell Shock project.\n */\nexport function FishConfigCompletionsCommand() {\n const context = usePowerlines<CompletionsPluginContext>();\n\n return (\n <TypescriptFile\n path={joinPaths(\n context.entryPath,\n \"completions\",\n \"fish\",\n \"config\",\n \"command.ts\"\n )}\n imports={{\n \"node:os\": \"os\",\n \"node:path\": [\"join\"],\n \"node:fs/promises\": [\"readFile\", \"writeFile\"],\n \"../shared\": [\"SHELL_COMPLETIONS\", \"SHELL_COMPLETIONS_DISPLAY\"]\n }}\n builtinImports={{\n console: [\"bold\", \"inlineCode\", \"writeLine\", \"success\", \"warn\", \"help\"]\n }}>\n <TSDoc heading=\"Options for the Fish Completions - Configuration command.\" />\n <InterfaceDeclaration export name=\"FishConfigCompletionsOptions\">\n <TSDoc heading=\"Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.\">\n <TSDocDefaultValue\n type={ReflectionKind.boolean}\n defaultValue={false}\n />\n </TSDoc>\n <InterfaceMember name=\"display\" optional type=\"boolean\" />\n </InterfaceDeclaration>\n <Spacing />\n <TSDoc heading=\"Handler logic for the \\`completions fish config\\` command.\"></TSDoc>\n <FunctionDeclaration\n export\n default\n async\n name=\"handler\"\n parameters={[\n {\n name: \"options\",\n type: \"FishConfigCompletionsOptions\",\n default: \"{}\"\n },\n {\n name: \"path\",\n type: \"string\",\n default: `\"~/.config/fish/config.fish\"`\n }\n ]}>\n <IfStatement condition={code`options.display !== true`}>\n <VarDeclaration\n let\n name=\"configPath\"\n type=\"string\"\n initializer={code` path.includes(\".\") ? path : join(path, \".config\", \"fish\", \"config.fish\");`}\n />\n <Spacing />\n <IfStatement condition={code`configPath.startsWith(\"~\")`}>\n {code`configPath = join(os.homedir(), configPath.replace(\"~\", \"\")); `}\n </IfStatement>\n <Spacing />\n <VarDeclaration\n let\n name=\"content\"\n type=\"string\"\n initializer={code`\"\";`}\n />\n <Spacing />\n {code`try {\n content = await readFile(configPath, \"utf8\");\n } catch (error) {\n if (typeof error === \"object\" && error !== null && \"code\" in error && error.code === \"ENOENT\") {\n // If the file doesn't exist, we can create it later when writing the completion script.\n warn(\\`Configuration file \\${bold(configPath)} does not exist. It will be created when the completion script is written.\\`);\n } else {\n return { error };\n }\n }\n\n await writeFile(configPath, \\`\\${content}\\\\n\\\\n### Begin - ${getAppTitle(context)} Fish Completions ###\\\\n\\\\n\\${SHELL_COMPLETIONS} \\\\n\\\\n### End - ${getAppTitle(\n context\n )} Fish Completions ###\\`);\n\n success(\\`${getAppTitle(\n context\n )} shell completions have been applied to Fish configuration file at \\${bold(configPath)}. Please restart your terminal or run \\${inlineCode(\\`source \\${configPath}\\`)} for the changes to take effect.\\`); `}\n </IfStatement>\n <ElseClause>\n {code`writeLine(\" ------------------------------------------------- \");\n writeLine(\"\");\n writeLine(\\`### Begin - ${getAppTitle(context)} Fish Completions ###\\`);\n writeLine(\"\");\n SHELL_COMPLETIONS_DISPLAY.split(\"\\\\n\").map(line => writeLine(line));\n writeLine(\"\");\n writeLine(\\`### End - ${getAppTitle(context)} Fish Completions ###\\`);\n writeLine(\"\");\n writeLine(\" ------------------------------------------------- \");\n\n writeLine(\"\");\n help(\\`To enable these completions, perform one of the following actions:\n\n 1) Copy and paste the above script into your shell configuration file (e.g., ~/.config/fish/config.fish)\n 2) Save the above script to a file and source it from your shell configuration file \\`); `}\n </ElseClause>\n </FunctionDeclaration>\n </TypescriptFile>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;AAiCA,SAAS,+BAA+B;CACxC,MAAO,UAAO,eAA0C;;EAEtD,IAAA,OAAA;AACI,UAAM,UAAW,QAAG,WAAc,eAAiB,QAAQ,UAAS,aAAY;;EAEtF,SAAO;GACL,WAAe;;GAEf,oBAAO,CAAA,YAAA,YAAA;GACJ,aAAA,CAAA,qBAAA,4BAAA;GACA;EACD,gBAAY,EACV,SAAG;GAAA;GAAY;GAAA;GAAA;GAAA;GAAA;GAAA,EAChB;EACD,IAAI,WAAQ;AACV,UAAG;IAAA,gBAAU,OAAA,EACZ,SAAA,6DACD,CAAA;IAAA,gBAAS,sBAAA;KACP,UAAU;KACV,MAAM;KACN,IAAC,WAAQ;AACP,aAAE,CAAM,gBAAK,OAAoB;OACpC,SAAA;OACD,IAAA,WAAgB;AACd,eAAW,gBAAoB,mBAAe;SAC9C,IAAA,OAAA;AACK,iBAAS,eAAgB;;SAEvB,cAAe;SACnB,CAAA;;OAEA,CAAC,EAAA,gBAAmB,iBAAA;OACpB,MAAA;OACD,UAAK;OACN,MAAA;OACD,CAAA,CAAA;;KAED,CAAA;IAAA,gBAAe,SAAc,EAAG,CAAC;IAAA,gBAAkB,OAAK,EACxD,SAAA,gEACA,CAAC;IAAA,gBAAA,qBAAA;KACA,UAAA;KACA,WAAA;KACA,OAAM;KACN,MAAA;KACA,YAAE,CAAA;MACA,MAAM;MACN,MAAM;MACN,SAAS;MACV,EAAE;MACD,MAAA;MACA,MAAM;MACN,SAAS;MACV,CAAC;KACF,IAAE,WAAA;AACA,aAAA,CAAA,gBAAA,aAAA;OACD,WAAY,IAAA;OACV,IAAA,WAAA;AACC,eAAA;SAAA,gBAAA,gBAAA;UACI,OAAE;UACF,MAAE;UACN,MAAA;UACD,aAAA,IAAA;UACA,CAAA;SAAO,gBAAE,SAAA,EAAA,CAAA;SAAA,gBAAA,aAAA;UACT,WAAY,IAAA;UACV,UAAK,IAAY;UAClB,CAAA;SAAA,gBAAW,SAAA,EAAA,CAAA;SAAA,gBAAA,gBAAA;UACZ,OAAS;UACT,MAAA;UACC,MAAA;UACI,aAAS,IAAA;UACb,CAAI;SAAE,gBAAM,SAAA,EAAA,CAAA;SAAA,WAAA,IAAA;;;;;;;;;;;uEAWM,YAAA,QAAA,CAAA,mEAAA,YAAA,QAAA,CAAA;;sBAEpB,YAAA,QAAA,CAAA,6MAAA;SAAA;;OAEA,CAAA,EAAA,gBAAgB,YAAiB,EAC/B,IAAA,WAAA;AACC,cAAK,IAAA;;sCAEe,YAAA,QAAA,CAAA;;;;oCAId,YAAA,QAAA,CAAA;;;;;;;;;;;KAYZ,CAAC;IAAC;;EAEN,CAAC"}
1
+ {"version":3,"file":"fish-config-command.mjs","names":[],"sources":["../../src/components/fish-config-command.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code } from \"@alloy-js/core\";\nimport {\n ElseClause,\n FunctionDeclaration,\n IfStatement,\n InterfaceDeclaration,\n InterfaceMember,\n VarDeclaration\n} from \"@alloy-js/typescript\";\nimport { ReflectionKind } from \"@powerlines/deepkit/vendor/type\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport { TSDoc, TSDocDefaultValue } from \"@powerlines/plugin-alloy/typescript\";\nimport { TypescriptFile } from \"@powerlines/plugin-alloy/typescript/components/typescript-file\";\nimport { getAppTitle } from \"@shell-shock/core/plugin-utils\";\nimport { joinPaths } from \"@stryke/path\";\nimport type { CompletionsPluginContext } from \"../types/plugin\";\n\n/**\n * The Fish Completions - Configuration command's handler wrapper for the Shell Shock project.\n */\nexport function FishConfigCompletionsCommand() {\n const context = usePowerlines<CompletionsPluginContext>();\n\n return (\n <TypescriptFile\n path={joinPaths(\n context.entryPath,\n \"completions\",\n \"fish\",\n \"config\",\n \"command.ts\"\n )}\n imports={{\n \"node:os\": \"os\",\n \"node:path\": [\"join\"],\n \"node:fs/promises\": [\"readFile\", \"writeFile\"],\n \"../shared\": [\"SHELL_COMPLETIONS\", \"SHELL_COMPLETIONS_DISPLAY\"]\n }}\n builtinImports={{\n console: [\"bold\", \"inlineCode\", \"writeLine\", \"success\", \"warn\", \"help\"]\n }}>\n <TSDoc heading=\"Options for the Fish Completions - Configuration command.\" />\n <InterfaceDeclaration export name=\"FishConfigCompletionsOptions\">\n <TSDoc heading=\"Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.\">\n <TSDocDefaultValue\n type={ReflectionKind.boolean}\n defaultValue={false}\n />\n </TSDoc>\n <InterfaceMember name=\"display\" optional type=\"boolean\" />\n </InterfaceDeclaration>\n <Spacing />\n <TSDoc heading=\"Handler logic for the \\`completions fish config\\` command.\"></TSDoc>\n <FunctionDeclaration\n export\n default\n async\n name=\"handler\"\n parameters={[\n {\n name: \"options\",\n type: \"FishConfigCompletionsOptions\",\n default: \"{}\"\n },\n {\n name: \"path\",\n type: \"string\",\n default: `\"~/.config/fish/config.fish\"`\n }\n ]}>\n <IfStatement condition={code`options.display !== true`}>\n <VarDeclaration\n let\n name=\"configPath\"\n type=\"string\"\n initializer={code` path.includes(\".\") ? path : join(path, \".config\", \"fish\", \"config.fish\");`}\n />\n <Spacing />\n <IfStatement condition={code`configPath.startsWith(\"~\")`}>\n {code`configPath = join(os.homedir(), configPath.replace(\"~\", \"\")); `}\n </IfStatement>\n <Spacing />\n <VarDeclaration\n let\n name=\"content\"\n type=\"string\"\n initializer={code`\"\";`}\n />\n <Spacing />\n {code`try {\n content = await readFile(configPath, \"utf8\");\n } catch (error) {\n if (typeof error === \"object\" && error !== null && \"code\" in error && error.code === \"ENOENT\") {\n // If the file doesn't exist, we can create it later when writing the completion script.\n warn(\\`Configuration file \\${bold(configPath)} does not exist. It will be created when the completion script is written.\\`);\n } else {\n return { error };\n }\n }\n\n await writeFile(configPath, \\`\\${content}\\\\n\\\\n### Begin - ${getAppTitle(context)} Fish Completions ###\\\\n\\\\n\\${SHELL_COMPLETIONS} \\\\n\\\\n### End - ${getAppTitle(\n context\n )} Fish Completions ###\\`);\n\n success(\\`${getAppTitle(\n context\n )} shell completions have been applied to Fish configuration file at \\${bold(configPath)}. Please restart your terminal or run \\${inlineCode(\\`source \\${configPath}\\`)} for the changes to take effect.\\`); `}\n </IfStatement>\n <ElseClause>\n {code`writeLine(\" ------------------------------------------------- \");\n writeLine(\"\");\n writeLine(\\`### Begin - ${getAppTitle(context)} Fish Completions ###\\`);\n writeLine(\"\");\n SHELL_COMPLETIONS_DISPLAY.split(\"\\\\n\").map(line => writeLine(line));\n writeLine(\"\");\n writeLine(\\`### End - ${getAppTitle(context)} Fish Completions ###\\`);\n writeLine(\"\");\n writeLine(\" ------------------------------------------------- \");\n\n writeLine(\"\");\n help(\\`To enable these completions, perform one of the following actions:\n\n 1) Copy and paste the above script into your shell configuration file (e.g., ~/.config/fish/config.fish)\n 2) Save the above script to a file and source it from your shell configuration file \\`); `}\n </ElseClause>\n </FunctionDeclaration>\n </TypescriptFile>\n );\n}\n"],"mappings":"6uBA+BA,SAAS,GAAmC,CAC5C,IAAQ,EAAC,GAAqB,CAC9B,OAAS,EAAkB,EAAa,CACxC,IAAO,MAAO,mEAGX,QAAS,CACV,UAAA,KACI,YAAU,CAAA,OAAA,CACd,mBAAgB,CAAA,WAAc,YAAA,+DAE9B,CACE,eAAC,CACC,QAAM,CAAA,OAAS,aAAA,YAAA,UAAA,OAAA,OAAA,CAChB,CACD,IAAI,UAAC,CACH,MAAO,CAAC,EAAA,EAAA,CACN,QAAQ,4DACT,CAAC,CAAC,EAAU,EAAA,CACZ,OAAA,GACD,KAAQ,+BACN,IAAC,UAAc,CACd,MAAK,CAAI,EAAW,EAAA,CACpB,QAAQ,6LACL,IAAA,UAAW,CAChB,OAAA,EAAA,EAAA,CACD,IAAc,MAAE,CACJ,OAAO,EAAe,SAE3B,aAAiB,GACvB,CAAA,EAEI,CAAA,CAAA,EAAA,EAAA,CACC,KAAM,UACN,SAAA,GACD,KAAA,UACD,CAAA,CAAA,EAEH,CAAC,CAAA,EAAoB,EAAA,EAAA,CAAA,CAAA,EAAA,EAAA,CACrB,QAAS,+DACT,CAAA,CAAA,EAAe,EAAwB,CACvC,OAAA,GACC,QAAA,GACA,MAAA,GACA,KAAA,UACA,WAAM,CAAO,CACb,KAAA,UACE,KAAA,+BACA,QAAS,KACV,CAAE,CACD,KAAE,OACF,KAAC,SACD,QAAA,+BACD,CAAC,CACF,IAAI,UAAO,CACT,MAAE,CAAA,EAAqB,EAAgB,CACvC,UAAA,CAAA,2BACA,IAAA,UAAA,CACD,MAAY,CAAA,EAAgB,EAAmB,CAC7C,IAAA,GACC,KAAA,aACI,KAAE,SACF,YAAQ,CAAA,6EACZ,CAAA,CAAA,EAAwB,EAAS,EAAE,CAAC,CAAE,EAAkB,EAAa,CACtE,UAAA,CAAA,6BACA,SAAS,CAAA,iEACT,CAAA,CAAA,EAAuB,EAAK,EAAA,CAAA,CAAW,EAAiB,EAAA,CACtD,IAAK,GACN,KAAA,UACD,KAAS,SACT,YAAA,CAAA,MACC,CAAA,CAAA,EAAA,EAAA,EAAA,CAAA,CAAA,MAAA,CAAA;;;;;;;;;;;uEAW0D,EAAU,EAAQ,CAAA,mEAAiD,EAAA,EAAA,CAAA;;sBAEnH,EAAQ,EAAA,CAAA,6MAAA,CAAA,EAEpB,CAAA,CAAA,EAAA,EAAA,CAAA,IAAA,UAAA,CAEA,MAAM,EAAS;;sCAEW,EAAA,EAAA,CAAA;;;;oCAIA,EAAY,EAAQ,CAAC;;;;;;;;wGAU9C,CAAC,CAAA,MAIT,CAAC"}
@@ -1,98 +1,8 @@
1
- Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
3
- let _shell_shock_core_plugin_utils = require("@shell-shock/core/plugin-utils");
4
- let _alloy_js_core = require("@alloy-js/core");
5
- let _alloy_js_typescript = require("@alloy-js/typescript");
6
- let _powerlines_deepkit_vendor_type = require("@powerlines/deepkit/vendor/type");
7
- let _powerlines_plugin_alloy_core = require("@powerlines/plugin-alloy/core");
8
- let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
9
- let _powerlines_plugin_alloy_typescript = require("@powerlines/plugin-alloy/typescript");
10
- let _powerlines_plugin_alloy_typescript_components_tsdoc = require("@powerlines/plugin-alloy/typescript/components/tsdoc");
11
- let _stryke_path = require("@stryke/path");
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@shell-shock/core/plugin-utils`),n=require(`@alloy-js/core`),r=require(`@alloy-js/typescript`),i=require(`@powerlines/deepkit/vendor/type`),a=require(`@powerlines/plugin-alloy/core`),o=require(`@powerlines/plugin-alloy/core/contexts/context`),s=require(`@powerlines/plugin-alloy/typescript`),c=require(`@powerlines/plugin-alloy/typescript/components/tsdoc`),l=require(`@stryke/path`);function u(){let u=(0,o.usePowerlines)(),d=(0,n.computed)(()=>(0,t.getAppBin)(u));return(0,e.createComponent)(s.TypescriptFile,{get path(){return(0,l.joinPaths)(u.entryPath,`completions`,`fish`,`script`,`command.ts`)},imports:{"node:os":`os`,"node:path":[`join`],"node:fs/promises":[`readFile`,`writeFile`],"../shared":[`SHELL_COMPLETIONS`,`SHELL_COMPLETIONS_DISPLAY`]},builtinImports:{console:[`bold`,`writeLine`,`success`,`warn`,`help`]},get children(){return[(0,e.createComponent)(c.TSDoc,{heading:`Options for the Fish Completions - Script command.`}),(0,e.createComponent)(r.InterfaceDeclaration,{export:!0,name:`FishScriptCompletionsOptions`,get children(){return[(0,e.createComponent)(c.TSDoc,{heading:`Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.`,get children(){return(0,e.createComponent)(c.TSDocDefaultValue,{get type(){return i.ReflectionKind.boolean},defaultValue:!1})}}),(0,e.createComponent)(s.InterfaceMember,{name:`display`,optional:!0,type:`boolean`})]}}),(0,e.createComponent)(a.Spacing,{}),(0,e.createComponent)(c.TSDoc,{heading:"Handler logic for the \\`completions fish script\\` command."}),(0,e.createComponent)(r.FunctionDeclaration,{export:!0,default:!0,async:!0,name:`handler`,get parameters(){return[{name:`options`,type:`FishScriptCompletionsOptions`,default:`{}`},{name:`path`,type:`string`,default:`"./${d.value}-completions.fish"`}]},get children(){return[(0,e.createComponent)(r.IfStatement,{condition:n.code`options.display !== true`,get children(){return[(0,e.createComponent)(r.VarDeclaration,{const:!0,name:`scriptPath`,type:`string`,initializer:n.code` path.includes(".") ? \`\${path}.fish\` : path;`}),(0,e.memo)(()=>n.code`await writeFile(scriptPath, \`# Fish script to add completions for ${(0,t.getAppTitle)(u)}\\n\\n\${SHELL_COMPLETIONS}\`);
12
2
 
13
- //#region src/components/fish-script-command.tsx
14
- /**
15
- * The Fish Completions - Script command's handler wrapper for the Shell Shock project.
16
- */
17
- function FishScriptCompletionsCommand() {
18
- const context = (0, _powerlines_plugin_alloy_core_contexts_context.usePowerlines)();
19
- const bin = (0, _alloy_js_core.computed)(() => (0, _shell_shock_core_plugin_utils.getAppBin)(context));
20
- return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.TypescriptFile, {
21
- get path() {
22
- return (0, _stryke_path.joinPaths)(context.entryPath, "completions", "fish", "script", "command.ts");
23
- },
24
- imports: {
25
- "node:os": "os",
26
- "node:path": ["join"],
27
- "node:fs/promises": ["readFile", "writeFile"],
28
- "../shared": ["SHELL_COMPLETIONS", "SHELL_COMPLETIONS_DISPLAY"]
29
- },
30
- builtinImports: { console: [
31
- "bold",
32
- "writeLine",
33
- "success",
34
- "warn",
35
- "help"
36
- ] },
37
- get children() {
38
- return [
39
- (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, { heading: "Options for the Fish Completions - Script command." }),
40
- (0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.InterfaceDeclaration, {
41
- "export": true,
42
- name: "FishScriptCompletionsOptions",
43
- get children() {
44
- return [(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, {
45
- heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
46
- get children() {
47
- return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocDefaultValue, {
48
- get type() {
49
- return _powerlines_deepkit_vendor_type.ReflectionKind.boolean;
50
- },
51
- defaultValue: false
52
- });
53
- }
54
- }), (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript.InterfaceMember, {
55
- name: "display",
56
- optional: true,
57
- type: "boolean"
58
- })];
59
- }
60
- }),
61
- (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_core.Spacing, {}),
62
- (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, { heading: "Handler logic for the \\`completions fish script\\` command." }),
63
- (0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.FunctionDeclaration, {
64
- "export": true,
65
- "default": true,
66
- async: true,
67
- name: "handler",
68
- get parameters() {
69
- return [{
70
- name: "options",
71
- type: "FishScriptCompletionsOptions",
72
- default: "{}"
73
- }, {
74
- name: "path",
75
- type: "string",
76
- default: `"./${bin.value}-completions.fish"`
77
- }];
78
- },
79
- get children() {
80
- return [(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.IfStatement, {
81
- condition: _alloy_js_core.code`options.display !== true`,
82
- get children() {
83
- return [(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.VarDeclaration, {
84
- "const": true,
85
- name: "scriptPath",
86
- type: "string",
87
- initializer: _alloy_js_core.code` path.includes(".") ? \`\${path}.fish\` : path;`
88
- }), (0, _alloy_js_core_jsx_runtime.memo)(() => _alloy_js_core.code`await writeFile(scriptPath, \`# Fish script to add completions for ${(0, _shell_shock_core_plugin_utils.getAppTitle)(context)}\\n\\n\${SHELL_COMPLETIONS}\`);
89
-
90
- success(\`${(0, _shell_shock_core_plugin_utils.getAppTitle)(context)} Fish completion script has been generated at \${bold(scriptPath)}.\`);`)];
91
- }
92
- }), (0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.ElseClause, { get children() {
93
- return _alloy_js_core.code`writeLine(" ------------------------------------------------- ");
3
+ success(\`${(0,t.getAppTitle)(u)} Fish completion script has been generated at \${bold(scriptPath)}.\`);`)]}}),(0,e.createComponent)(r.ElseClause,{get children(){return n.code`writeLine(" ------------------------------------------------- ");
94
4
  writeLine("");
95
- writeLine(\`# Fish completion for ${(0, _shell_shock_core_plugin_utils.getAppTitle)(context)}\`);
5
+ writeLine(\`# Fish completion for ${(0,t.getAppTitle)(u)}\`);
96
6
  writeLine("");
97
7
  SHELL_COMPLETIONS_DISPLAY.split("\\n").map(line => writeLine(line));
98
8
  writeLine("");
@@ -102,14 +12,4 @@ function FishScriptCompletionsCommand() {
102
12
  help(\`To enable these completions, perform one of the following actions:
103
13
 
104
14
  1) Copy and paste the above script into your shell configuration file (e.g., ~/.config/fish/config.fish)
105
- 2) Save the above script to a file and source it from your shell configuration file \`); `;
106
- } })];
107
- }
108
- })
109
- ];
110
- }
111
- });
112
- }
113
-
114
- //#endregion
115
- exports.FishScriptCompletionsCommand = FishScriptCompletionsCommand;
15
+ 2) Save the above script to a file and source it from your shell configuration file \`); `}})]}})]}})}exports.FishScriptCompletionsCommand=u;
@@ -1,97 +1,8 @@
1
- import { createComponent, memo } from "@alloy-js/core/jsx-runtime";
2
- import { getAppBin, getAppTitle } from "@shell-shock/core/plugin-utils";
3
- import { code, computed } from "@alloy-js/core";
4
- import { ElseClause, FunctionDeclaration, IfStatement, InterfaceDeclaration, VarDeclaration } from "@alloy-js/typescript";
5
- import { ReflectionKind } from "@powerlines/deepkit/vendor/type";
6
- import { Spacing } from "@powerlines/plugin-alloy/core";
7
- import { usePowerlines } from "@powerlines/plugin-alloy/core/contexts/context";
8
- import { InterfaceMember as InterfaceMember$1, TypescriptFile } from "@powerlines/plugin-alloy/typescript";
9
- import { TSDoc as TSDoc$1, TSDocDefaultValue as TSDocDefaultValue$1 } from "@powerlines/plugin-alloy/typescript/components/tsdoc";
10
- import { joinPaths } from "@stryke/path";
1
+ import{createComponent as e,memo as t}from"@alloy-js/core/jsx-runtime";import{getAppBin as n,getAppTitle as r}from"@shell-shock/core/plugin-utils";import{code as i,computed as a}from"@alloy-js/core";import{ElseClause as o,FunctionDeclaration as s,IfStatement as c,InterfaceDeclaration as l,VarDeclaration as u}from"@alloy-js/typescript";import{ReflectionKind as d}from"@powerlines/deepkit/vendor/type";import{Spacing as f}from"@powerlines/plugin-alloy/core";import{usePowerlines as p}from"@powerlines/plugin-alloy/core/contexts/context";import{InterfaceMember as m,TypescriptFile as h}from"@powerlines/plugin-alloy/typescript";import{TSDoc as g,TSDocDefaultValue as _}from"@powerlines/plugin-alloy/typescript/components/tsdoc";import{joinPaths as v}from"@stryke/path";function y(){let y=p(),b=a(()=>n(y));return e(h,{get path(){return v(y.entryPath,`completions`,`fish`,`script`,`command.ts`)},imports:{"node:os":`os`,"node:path":[`join`],"node:fs/promises":[`readFile`,`writeFile`],"../shared":[`SHELL_COMPLETIONS`,`SHELL_COMPLETIONS_DISPLAY`]},builtinImports:{console:[`bold`,`writeLine`,`success`,`warn`,`help`]},get children(){return[e(g,{heading:`Options for the Fish Completions - Script command.`}),e(l,{export:!0,name:`FishScriptCompletionsOptions`,get children(){return[e(g,{heading:`Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.`,get children(){return e(_,{get type(){return d.boolean},defaultValue:!1})}}),e(m,{name:`display`,optional:!0,type:`boolean`})]}}),e(f,{}),e(g,{heading:"Handler logic for the \\`completions fish script\\` command."}),e(s,{export:!0,default:!0,async:!0,name:`handler`,get parameters(){return[{name:`options`,type:`FishScriptCompletionsOptions`,default:`{}`},{name:`path`,type:`string`,default:`"./${b.value}-completions.fish"`}]},get children(){return[e(c,{condition:i`options.display !== true`,get children(){return[e(u,{const:!0,name:`scriptPath`,type:`string`,initializer:i` path.includes(".") ? \`\${path}.fish\` : path;`}),t(()=>i`await writeFile(scriptPath, \`# Fish script to add completions for ${r(y)}\\n\\n\${SHELL_COMPLETIONS}\`);
11
2
 
12
- //#region src/components/fish-script-command.tsx
13
- /**
14
- * The Fish Completions - Script command's handler wrapper for the Shell Shock project.
15
- */
16
- function FishScriptCompletionsCommand() {
17
- const context = usePowerlines();
18
- const bin = computed(() => getAppBin(context));
19
- return createComponent(TypescriptFile, {
20
- get path() {
21
- return joinPaths(context.entryPath, "completions", "fish", "script", "command.ts");
22
- },
23
- imports: {
24
- "node:os": "os",
25
- "node:path": ["join"],
26
- "node:fs/promises": ["readFile", "writeFile"],
27
- "../shared": ["SHELL_COMPLETIONS", "SHELL_COMPLETIONS_DISPLAY"]
28
- },
29
- builtinImports: { console: [
30
- "bold",
31
- "writeLine",
32
- "success",
33
- "warn",
34
- "help"
35
- ] },
36
- get children() {
37
- return [
38
- createComponent(TSDoc$1, { heading: "Options for the Fish Completions - Script command." }),
39
- createComponent(InterfaceDeclaration, {
40
- "export": true,
41
- name: "FishScriptCompletionsOptions",
42
- get children() {
43
- return [createComponent(TSDoc$1, {
44
- heading: "Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.",
45
- get children() {
46
- return createComponent(TSDocDefaultValue$1, {
47
- get type() {
48
- return ReflectionKind.boolean;
49
- },
50
- defaultValue: false
51
- });
52
- }
53
- }), createComponent(InterfaceMember$1, {
54
- name: "display",
55
- optional: true,
56
- type: "boolean"
57
- })];
58
- }
59
- }),
60
- createComponent(Spacing, {}),
61
- createComponent(TSDoc$1, { heading: "Handler logic for the \\`completions fish script\\` command." }),
62
- createComponent(FunctionDeclaration, {
63
- "export": true,
64
- "default": true,
65
- async: true,
66
- name: "handler",
67
- get parameters() {
68
- return [{
69
- name: "options",
70
- type: "FishScriptCompletionsOptions",
71
- default: "{}"
72
- }, {
73
- name: "path",
74
- type: "string",
75
- default: `"./${bin.value}-completions.fish"`
76
- }];
77
- },
78
- get children() {
79
- return [createComponent(IfStatement, {
80
- condition: code`options.display !== true`,
81
- get children() {
82
- return [createComponent(VarDeclaration, {
83
- "const": true,
84
- name: "scriptPath",
85
- type: "string",
86
- initializer: code` path.includes(".") ? \`\${path}.fish\` : path;`
87
- }), memo(() => code`await writeFile(scriptPath, \`# Fish script to add completions for ${getAppTitle(context)}\\n\\n\${SHELL_COMPLETIONS}\`);
88
-
89
- success(\`${getAppTitle(context)} Fish completion script has been generated at \${bold(scriptPath)}.\`);`)];
90
- }
91
- }), createComponent(ElseClause, { get children() {
92
- return code`writeLine(" ------------------------------------------------- ");
3
+ success(\`${r(y)} Fish completion script has been generated at \${bold(scriptPath)}.\`);`)]}}),e(o,{get children(){return i`writeLine(" ------------------------------------------------- ");
93
4
  writeLine("");
94
- writeLine(\`# Fish completion for ${getAppTitle(context)}\`);
5
+ writeLine(\`# Fish completion for ${r(y)}\`);
95
6
  writeLine("");
96
7
  SHELL_COMPLETIONS_DISPLAY.split("\\n").map(line => writeLine(line));
97
8
  writeLine("");
@@ -101,15 +12,5 @@ function FishScriptCompletionsCommand() {
101
12
  help(\`To enable these completions, perform one of the following actions:
102
13
 
103
14
  1) Copy and paste the above script into your shell configuration file (e.g., ~/.config/fish/config.fish)
104
- 2) Save the above script to a file and source it from your shell configuration file \`); `;
105
- } })];
106
- }
107
- })
108
- ];
109
- }
110
- });
111
- }
112
-
113
- //#endregion
114
- export { FishScriptCompletionsCommand };
15
+ 2) Save the above script to a file and source it from your shell configuration file \`); `}})]}})]}})}export{y as FishScriptCompletionsCommand};
115
16
  //# sourceMappingURL=fish-script-command.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"fish-script-command.mjs","names":[],"sources":["../../src/components/fish-script-command.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code, computed } from \"@alloy-js/core\";\nimport {\n ElseClause,\n FunctionDeclaration,\n IfStatement,\n InterfaceDeclaration,\n VarDeclaration\n} from \"@alloy-js/typescript\";\nimport { ReflectionKind } from \"@powerlines/deepkit/vendor/type\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport {\n InterfaceMember,\n TypescriptFile\n} from \"@powerlines/plugin-alloy/typescript\";\nimport {\n TSDoc,\n TSDocDefaultValue\n} from \"@powerlines/plugin-alloy/typescript/components/tsdoc\";\nimport { getAppBin, getAppTitle } from \"@shell-shock/core/plugin-utils\";\nimport { joinPaths } from \"@stryke/path\";\nimport type { CompletionsPluginContext } from \"../types/plugin\";\n\n/**\n * The Fish Completions - Script command's handler wrapper for the Shell Shock project.\n */\nexport function FishScriptCompletionsCommand() {\n const context = usePowerlines<CompletionsPluginContext>();\n\n const bin = computed(() => getAppBin(context));\n\n return (\n <TypescriptFile\n path={joinPaths(\n context.entryPath,\n \"completions\",\n \"fish\",\n \"script\",\n \"command.ts\"\n )}\n imports={{\n \"node:os\": \"os\",\n \"node:path\": [\"join\"],\n \"node:fs/promises\": [\"readFile\", \"writeFile\"],\n \"../shared\": [\"SHELL_COMPLETIONS\", \"SHELL_COMPLETIONS_DISPLAY\"]\n }}\n builtinImports={{\n console: [\"bold\", \"writeLine\", \"success\", \"warn\", \"help\"]\n }}>\n <TSDoc heading=\"Options for the Fish Completions - Script command.\" />\n <InterfaceDeclaration export name=\"FishScriptCompletionsOptions\">\n <TSDoc heading=\"Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.\">\n <TSDocDefaultValue\n type={ReflectionKind.boolean}\n defaultValue={false}\n />\n </TSDoc>\n <InterfaceMember name=\"display\" optional type=\"boolean\" />\n </InterfaceDeclaration>\n <Spacing />\n <TSDoc heading=\"Handler logic for the \\`completions fish script\\` command.\"></TSDoc>\n <FunctionDeclaration\n export\n default\n async\n name=\"handler\"\n parameters={[\n {\n name: \"options\",\n type: \"FishScriptCompletionsOptions\",\n default: \"{}\"\n },\n {\n name: \"path\",\n type: \"string\",\n default: `\"./${bin.value}-completions.fish\"`\n }\n ]}>\n <IfStatement condition={code`options.display !== true`}>\n <VarDeclaration\n const\n name=\"scriptPath\"\n type=\"string\"\n initializer={code` path.includes(\".\") ? \\`\\${path}.fish\\` : path;`}\n />\n {code`await writeFile(scriptPath, \\`# Fish script to add completions for ${getAppTitle(context)}\\\\n\\\\n\\${SHELL_COMPLETIONS}\\`);\n\n success(\\`${getAppTitle(\n context\n )} Fish completion script has been generated at \\${bold(scriptPath)}.\\`);`}\n </IfStatement>\n <ElseClause>\n {code`writeLine(\" ------------------------------------------------- \");\n writeLine(\"\");\n writeLine(\\`# Fish completion for ${getAppTitle(context)}\\`);\n writeLine(\"\");\n SHELL_COMPLETIONS_DISPLAY.split(\"\\\\n\").map(line => writeLine(line));\n writeLine(\"\");\n writeLine(\" ------------------------------------------------- \");\n\n writeLine(\"\");\n help(\\`To enable these completions, perform one of the following actions:\n\n 1) Copy and paste the above script into your shell configuration file (e.g., ~/.config/fish/config.fish)\n 2) Save the above script to a file and source it from your shell configuration file \\`); `}\n </ElseClause>\n </FunctionDeclaration>\n </TypescriptFile>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;AAiCA,SAAO,+BAAA;CACL,MAAK,UAAA,eAAA;CACL,MAAA,MAAA,eAAA,UAAA,QAAA,CAAA;AACA,QAAO,gBAAkB,gBAAgB;EAC3C,IAAQ,OAAC;AACH,UAAG,UAAY,QAAO,WAAY,eAAA,QAAA,UAAA,aAAA;;;GAGtC,WAAA;GACI,aAAM,CAAA,OAAc;GACxB,oBAAA,CAAA,YAAA,YAAA;GACI,aAAU,CAAA,qBAAA,4BAA+B;GAC7C;oBAEA,SAAY;GAAA;GAAU;GAAK;GAAmB;GAAA;GAAA;EAE9C,IAAM,WAAC;AACJ,UAAA;IAAA,gBAAA,SAAA,EACC,SAAM,sDACL,CAAC;IAAA,gBAAiB,sBAAA;KACjB,UAAC;KACD,MAAM;KACN,IAAC,WAAO;AACP,aAAQ,CAAA,gBAAE,SAAA;OACZ,SAAA;OACD,IAAS,WAAA;AACD,eAAM,gBAAG,qBAAA;SACT,IAAM,OAAO;AACV,iBAAQ,eAAe;;SAEjC,cAAA;SACD,CAAA;;OAEE,CAAA,EAAA,gBAAA,mBAAA;OACI,MAAC;OACN,UAAA;OACE,MAAM;OACJ,CAAA,CAAA;;KAEJ,CAAC;IAAE,gBAAgB,SAAK,EAAA,CAAA;IAAA,gBAAA,SAAA,EACvB,SAAG,gEACJ,CAAC;IAAE,gBAAK,qBAAA;KACP,UAAC;KACD,WAAA;KACD,OAAQ;KACR,MAAM;KACN,IAAA,aAAA;AACC,aAAA,CAAA;OACA,MAAA;OACA,MAAA;OACI,SAAS;OACb,EAAA;OACE,MAAA;OACE,MAAM;OACN,SAAO,MAAA,IAAA,MAAA;OACR,CAAC;;KAEJ,IAAE,WAAA;AACA,aAAO,CAAC,gBAAM,aAAA;OACZ,WAAO,IAAO;OACd,IAAA,WAAe;AACjB,eAAA,CAAA,gBAAA,gBAAA;SACA,SAAA;SACD,MAAY;SACV,MAAA;SACC,aAAA,IAAA;SACA,CAAI,EAAE,WAAU,IAAA,sEAAA,YAAA,QAAA,CAAA;;wBAEJ,YAAY,QAAQ,CAAC,yEAAiC,CAAA;;OAEnE,CAAA,EAAA,gBAAqB,YAAY;AAEhC,cAAS,IAAG;;gDAEuB,YAAa,QAAQ,CAAA;;;;;;;;;;;SAYzD,CAAC,CAAA;;KAEL,CAAC;IAAC;;EAEN,CAAC"}
1
+ {"version":3,"file":"fish-script-command.mjs","names":[],"sources":["../../src/components/fish-script-command.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Shell Shock\n\n This code was released as part of the Shell Shock project. Shell Shock\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/shell-shock.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/shell-shock\n Documentation: https://docs.stormsoftware.com/projects/shell-shock\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code, computed } from \"@alloy-js/core\";\nimport {\n ElseClause,\n FunctionDeclaration,\n IfStatement,\n InterfaceDeclaration,\n VarDeclaration\n} from \"@alloy-js/typescript\";\nimport { ReflectionKind } from \"@powerlines/deepkit/vendor/type\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport {\n InterfaceMember,\n TypescriptFile\n} from \"@powerlines/plugin-alloy/typescript\";\nimport {\n TSDoc,\n TSDocDefaultValue\n} from \"@powerlines/plugin-alloy/typescript/components/tsdoc\";\nimport { getAppBin, getAppTitle } from \"@shell-shock/core/plugin-utils\";\nimport { joinPaths } from \"@stryke/path\";\nimport type { CompletionsPluginContext } from \"../types/plugin\";\n\n/**\n * The Fish Completions - Script command's handler wrapper for the Shell Shock project.\n */\nexport function FishScriptCompletionsCommand() {\n const context = usePowerlines<CompletionsPluginContext>();\n\n const bin = computed(() => getAppBin(context));\n\n return (\n <TypescriptFile\n path={joinPaths(\n context.entryPath,\n \"completions\",\n \"fish\",\n \"script\",\n \"command.ts\"\n )}\n imports={{\n \"node:os\": \"os\",\n \"node:path\": [\"join\"],\n \"node:fs/promises\": [\"readFile\", \"writeFile\"],\n \"../shared\": [\"SHELL_COMPLETIONS\", \"SHELL_COMPLETIONS_DISPLAY\"]\n }}\n builtinImports={{\n console: [\"bold\", \"writeLine\", \"success\", \"warn\", \"help\"]\n }}>\n <TSDoc heading=\"Options for the Fish Completions - Script command.\" />\n <InterfaceDeclaration export name=\"FishScriptCompletionsOptions\">\n <TSDoc heading=\"Should the generated completion script be written to console output instead of an actual file on disk? This is useful for debugging purposes or if you want to manually handle the output.\">\n <TSDocDefaultValue\n type={ReflectionKind.boolean}\n defaultValue={false}\n />\n </TSDoc>\n <InterfaceMember name=\"display\" optional type=\"boolean\" />\n </InterfaceDeclaration>\n <Spacing />\n <TSDoc heading=\"Handler logic for the \\`completions fish script\\` command.\"></TSDoc>\n <FunctionDeclaration\n export\n default\n async\n name=\"handler\"\n parameters={[\n {\n name: \"options\",\n type: \"FishScriptCompletionsOptions\",\n default: \"{}\"\n },\n {\n name: \"path\",\n type: \"string\",\n default: `\"./${bin.value}-completions.fish\"`\n }\n ]}>\n <IfStatement condition={code`options.display !== true`}>\n <VarDeclaration\n const\n name=\"scriptPath\"\n type=\"string\"\n initializer={code` path.includes(\".\") ? \\`\\${path}.fish\\` : path;`}\n />\n {code`await writeFile(scriptPath, \\`# Fish script to add completions for ${getAppTitle(context)}\\\\n\\\\n\\${SHELL_COMPLETIONS}\\`);\n\n success(\\`${getAppTitle(\n context\n )} Fish completion script has been generated at \\${bold(scriptPath)}.\\`);`}\n </IfStatement>\n <ElseClause>\n {code`writeLine(\" ------------------------------------------------- \");\n writeLine(\"\");\n writeLine(\\`# Fish completion for ${getAppTitle(context)}\\`);\n writeLine(\"\");\n SHELL_COMPLETIONS_DISPLAY.split(\"\\\\n\").map(line => writeLine(line));\n writeLine(\"\");\n writeLine(\" ------------------------------------------------- \");\n\n writeLine(\"\");\n help(\\`To enable these completions, perform one of the following actions:\n\n 1) Copy and paste the above script into your shell configuration file (e.g., ~/.config/fish/config.fish)\n 2) Save the above script to a file and source it from your shell configuration file \\`); `}\n </ElseClause>\n </FunctionDeclaration>\n </TypescriptFile>\n );\n}\n"],"mappings":"gwBA+BA,SAAE,GAAA,CACA,IAAM,EAAC,GAAwB,CAC1B,EAAA,MAAA,EAAA,EAAA,CAAA,CACL,OAAK,EAAA,EAAA,CACL,IAAA,MAAA,CACI,OAAG,EAAW,EAAO,UAAM,cAAsB,OAAM,SAAA,aAAA,EAE7D,QAAS,CACH,UAAQ,0BAEZ,mBAAA,CAAA,WAAA,YAAA,CACI,YAAM,CAAA,oBAA6B,4BAA0B,CACjE,CACF,eAAgB,CACd,QAAa,CAAC,OAAE,YAAc,UAAA,OAAwB,OAAG,CAAA,CAEzD,IAAM,UAAM,aAEN,QAAC,qDACJ,CAAA,CAAA,EAAA,EAAA,CACC,OAAM,GACJ,KAAA,+BACA,IAAC,UAAY,CACZ,MAAK,CAAA,EAAA,EAAA,CACL,QAAO,6LACP,IAAO,UAAG,CACZ,OAAA,EAAA,EAAA,CACQ,IAAA,MAAA,CACG,OAAK,EAAA,SAEP,aAAc,GAClB,CAAA,EAEN,CAAA,CAAA,EAAgB,EAAA,CACd,KAAU,UACV,SAAA,GACI,KAAC,UACN,CAAA,CAAA,EAEA,CAAC,CAAE,EAAC,EAAA,EAAA,CAAA,CAAA,EAAA,EAAA,CACH,QAAS,+DACV,CAAC,CAAE,EAAgB,EAAK,CACvB,OAAG,GACH,QAAO,GACP,MAAC,GACD,KAAA,UACD,IAAA,YAAS,CACT,MAAM,CAAA,CACN,KAAA,UACC,KAAA,+BACA,QAAA,KACA,CAAA,CACI,KAAE,OACN,KAAU,SACR,QAAA,MAAA,EAAA,MAAA,oBACC,CAAC,EAEJ,IAAI,UAAW,CACb,MAAC,CAAA,EAAA,EAAA,CACD,UAAA,CAAA,2BACE,IAAI,UAAQ,CACZ,MAAO,CAAA,EAAO,EAAA,CACd,MAAa,GACf,KAAA,aACA,KAAA,SACD,YAAY,CAAW,kDACrB,CAAA,CAAA,MAAA,CAAA,sEAAA,EAAA,EAAA,CAAA;;wBAEO,EAAU,EAAA,CAAA,yEAAA,CAAA,EAEjB,CAAC,CAAA,EAAmB,EAAa,CACjC,IAAA,UAAA,CACA,MAAU,EAAC;;gDAEa,EAAA,EAAA,CAAA;;;;;;;;;;4GAc5B,CAAC,CAAC,EAEN,CAAC"}