ljr-cli 1.0.9 → 1.0.10

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.
@@ -1,6 +1,6 @@
1
1
  export default function registerDemo1(program) {
2
2
  program
3
- .command("demo1 <name>")
3
+ .command("demo1 [name]")
4
4
  .description("demo1演示")
5
5
  .option("-l, --local", "从本地模板创建目录")
6
6
  .option("-g, --git", "从git地址创建目录")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ljr-cli",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",