changed cli description

main
jaxoncreed 2 years ago
parent 89ae1c5b3a
commit 91b536613a
  1. 3
      documentation/solid-react-tutorial.md
  2. 2
      packages/cli/src/index.ts

@ -237,4 +237,5 @@ LDO uses ShEx "Shapes" as schemas to describe how data looks in an application.
```bash
npx @ldobjects/cli init
```
```

@ -11,7 +11,7 @@ program
program
.command("build")
.description("Build a shex folder into Shape Types")
.description("Build contents of a shex folder into Shape Types")
.option("-i, --input <inputPath>", "Provide the input path", "./shapes")
.option("-o, --output <outputPath>", "Provide the output path", "./ldo")
.action(build);

Loading…
Cancel
Save