@builder6/cli
Advanced tools
@@ -92,3 +92,3 @@ { | ||
| }, | ||
| "version": "3.1.0" | ||
| "version": "3.1.1" | ||
| } |
+2
-2
| { | ||
| "name": "@builder6/cli", | ||
| "description": "A new CLI generated with oclif", | ||
| "version": "3.1.0", | ||
| "version": "3.1.1", | ||
| "author": "Jack Zhuang", | ||
@@ -72,3 +72,3 @@ "bin": { | ||
| "types": "dist/index.d.ts", | ||
| "gitHead": "8fa9bc5979cfee49faa3707b009accd734c77337" | ||
| "gitHead": "a499b9ae6130730703056038d97ecd255ac8a923" | ||
| } |
+4
-4
@@ -23,3 +23,3 @@ @builder6/cli | ||
| $ b6 (--version) | ||
| @builder6/cli/3.1.0 darwin-arm64 node-v22.12.0 | ||
| @builder6/cli/3.1.1 darwin-arm64 node-v22.12.0 | ||
| $ b6 --help [COMMAND] | ||
@@ -70,3 +70,3 @@ USAGE | ||
| _See code: [src/commands/hello/index.ts](https://github.com/builder6app/cli/blob/v3.1.0/src/commands/hello/index.ts)_ | ||
| _See code: [src/commands/hello/index.ts](https://github.com/builder6app/cli/blob/v3.1.1/src/commands/hello/index.ts)_ | ||
@@ -89,3 +89,3 @@ ## `b6 hello world` | ||
| _See code: [src/commands/hello/world.ts](https://github.com/builder6app/cli/blob/v3.1.0/src/commands/hello/world.ts)_ | ||
| _See code: [src/commands/hello/world.ts](https://github.com/builder6app/cli/blob/v3.1.1/src/commands/hello/world.ts)_ | ||
@@ -417,3 +417,3 @@ ## `b6 help [COMMAND]` | ||
| _See code: [src/commands/start/index.ts](https://github.com/builder6app/cli/blob/v3.1.0/src/commands/start/index.ts)_ | ||
| _See code: [src/commands/start/index.ts](https://github.com/builder6app/cli/blob/v3.1.1/src/commands/start/index.ts)_ | ||
| <!-- commandsstop --> |