Skip to content

Commit

Permalink
chore: Update help text in README
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Aug 28, 2024
1 parent 21a74e2 commit f82d5ee
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ deno run -A jsr:@denosaurs/typefetch

```
Usage: typefetch [OPTIONS] <PATH>
Options:
-h, --help Print this help message
-V, --version Print the version of TypeFetch
-o, --output <PATH> Output file path (default: typefetch.d.ts)
--config <PATH> File path to the tsconfig.json file
--import <PATH> Import path for TypeFetch (default: https://raw.githubusercontent.com/denosaurs/typefetch/main)
--base-url <URL> A custom base url for paths to start with
--include-base-url Include the base url in the generated paths (default: false)
--include-server-urls Include server URLs from the schema in the generated paths (default: true)
--include-relative-url Include relative URLs in the generated paths (default: false)
-h, --help Print this help message
-V, --version Print the version of TypeFetch
-o, --output <PATH> Output file path (default: typefetch.d.ts)
--config <PATH> File path to the tsconfig.json file
--import <PATH> Import path for TypeFetch (default: https://raw.githubusercontent.com/denosaurs/typefetch/main)
--base-url <URL> A custom base url for paths to start with
--include-base-url Include the base url in the generated paths (default: false)
--include-server-urls Include server URLs from the schema in the generated paths (default: true)
--include-relative-url Include relative URLs in the generated paths (default: false)
--experimental-urlsearchparams Enable the experimental fully typed URLSearchParams type (default: false)
```

## Example
Expand Down

0 comments on commit f82d5ee

Please sign in to comment.