eser 4.0.29 → 4.0.30

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 (2) hide show
  1. package/eser.js +1 -1
  2. package/package.json +1 -1
package/eser.js CHANGED
@@ -734,7 +734,7 @@ To install, add the following to your ${ht(t.rcFile)}:
734
734
  ${Et(n)}
735
735
  `},CE=e=>{let t=e.flags.shell,n;if(t!==void 0){if(!["bash","zsh","fish"].includes(t))return vt({message:`${$t(`Invalid shell: ${t}`)}
736
736
  Supported shells: bash, zsh, fish`,exitCode:1});n=t}else n=ql();let i=e.root.completions(n);return t===void 0&&(console.log(`Generating ${ht(n)} completions...`),console.log(FY(n)),console.log(Et(`--- Completion script ---
737
- `))),console.log(i),Ke(void 0)};var Y3=new to("system").description("Commands related with this CLI").command(new to("install").description("Install eser CLI globally").run(Im)).command(new to("uninstall").description("Uninstall eser CLI globally").run(wE)).command(new to("update").description("Update eser CLI to the latest version").run(_m)).command(new to("completions").description("Generate shell completion scripts").flag({name:"shell",type:"string",description:"Shell type: bash, zsh, or fish"}).run(CE));var RE={name:"@eser/cli",version:"4.0.29",type:"module",exports:"./main.ts",bin:{eser:"./bin.ts"},dependencies:{"@eser/codebase":"workspace:*","@eser/laroux-server":"workspace:*","@eser/logging":"workspace:*","@eser/shell":"workspace:*","@eser/standards":"workspace:*","@std/cli":"npm:@jsr/std__cli@^1.0.25","@std/fmt":"npm:@jsr/std__fmt@^1.0.8"},devDependencies:{esbuild:"^0.24.2"}};var SE=e=>async(t,n)=>await e.parse(t),V3=(e,t)=>async(n,r)=>await e({args:[],flags:r,root:{name:"eser",completions:()=>"",help:()=>""},commandPath:["eser",t]}),OY=new to("version").description("Show version number").flag({name:"bare",type:"boolean",description:"Output version number only, without 'eser' prefix"}).run(e=>(e.flags.bare===!0?console.log(RE.version):console.log(`eser ${RE.version}`),Promise.resolve(Ke(void 0)))),MY={codebase:yO,laroux:SE(D3),system:SE(Y3),install:V3(Im,"install"),update:V3(_m,"update"),version:SE(OY)},X3=()=>{console.log(`eser - Eser Ozvataf's command-line tooling to access things
737
+ `))),console.log(i),Ke(void 0)};var Y3=new to("system").description("Commands related with this CLI").command(new to("install").description("Install eser CLI globally").run(Im)).command(new to("uninstall").description("Uninstall eser CLI globally").run(wE)).command(new to("update").description("Update eser CLI to the latest version").run(_m)).command(new to("completions").description("Generate shell completion scripts").flag({name:"shell",type:"string",description:"Shell type: bash, zsh, or fish"}).run(CE));var RE={name:"@eser/cli",version:"4.0.30",type:"module",exports:"./main.ts",bin:{eser:"./bin.ts"},dependencies:{"@eser/codebase":"workspace:*","@eser/laroux-server":"workspace:*","@eser/logging":"workspace:*","@eser/shell":"workspace:*","@eser/standards":"workspace:*","@std/cli":"npm:@jsr/std__cli@^1.0.25","@std/fmt":"npm:@jsr/std__fmt@^1.0.8"},devDependencies:{esbuild:"^0.24.2"}};var SE=e=>async(t,n)=>await e.parse(t),V3=(e,t)=>async(n,r)=>await e({args:[],flags:r,root:{name:"eser",completions:()=>"",help:()=>""},commandPath:["eser",t]}),OY=new to("version").description("Show version number").flag({name:"bare",type:"boolean",description:"Output version number only, without 'eser' prefix"}).run(e=>(e.flags.bare===!0?console.log(RE.version):console.log(`eser ${RE.version}`),Promise.resolve(Ke(void 0)))),MY={codebase:yO,laroux:SE(D3),system:SE(Y3),install:V3(Im,"install"),update:V3(_m,"update"),version:SE(OY)},X3=()=>{console.log(`eser - Eser Ozvataf's command-line tooling to access things
738
738
  `),console.log(`Usage: eser <command> [subcommand] [options]
739
739
  `),console.log("Commands:"),console.log(" codebase Codebase management tools"),console.log(" laroux laroux.js framework commands (init, dev, build, serve)"),console.log(" system Commands related with this CLI"),console.log(" install Install eser CLI globally (alias for system install)"),console.log(" update Update eser CLI to latest version (alias for system update)"),console.log(" version Show version number"),console.log(`
740
740
  Options:`),console.log(" -h, --help Show this help message"),console.log(`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eser",
3
- "version": "4.0.29",
3
+ "version": "4.0.30",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "eser": "./eser.js"