Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed May 23, 2024
1 parent b26d0a3 commit 2080324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Also note that you need to quote paths with `*` as otherwise the shell will expa
<!-- commands -->

- [`tjsg autocomplete [SHELL]`](#tjsg-autocomplete-shell)
- [`tjsg generate PATH`](#tjsg-generate-path)
- [`tjsg generate [PATH]`](#tjsg-generate-path)
- [`tjsg help [COMMAND]`](#tjsg-help-command)

## `tjsg autocomplete [SHELL]`
Expand Down Expand Up @@ -94,19 +94,19 @@ EXAMPLES

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.0.18/src/commands/autocomplete/index.ts)_

## `tjsg generate PATH`
## `tjsg generate [PATH]`

Generate JSON schema from your Typescript sources

```
USAGE
$ tjsg generate PATH [-t <value>] [--top-ref] [-i <value>] [-p <value>] [-e all|none|export] [-j
$ tjsg generate [PATH] [-t <value>] [--top-ref] [-i <value>] [-p <value>] [-e all|none|export] [-j
none|basic|extended] [--markdown-description] [--sort-props] [--strict-tuples] [--type-check] [--ref-encode]
[--additional-properties] [--functions fail|comment|hide] [--minify] [-o <value>] [--extra-tags <value>]
[--discriminator-type json-schema|open-api]
ARGUMENTS
PATH [default: *] Source file path
PATH Source file path
FLAGS
-e, --expose=<option> [default: export] Type exposing
Expand Down
4 changes: 1 addition & 3 deletions oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
"aliases": [],
"args": {
"path": {
"default": "*",
"description": "Source file path",
"name": "path",
"required": true
"name": "path"
}
},
"description": "Generate JSON schema from your Typescript sources",
Expand Down

0 comments on commit 2080324

Please sign in to comment.