diff --git a/README.md b/README.md index 2c266b8..95c6cf2 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,18 @@ deno run -A jsr:@denosaurs/typefetch ``` Usage: typefetch [OPTIONS] + Options: - -h, --help Print this help message - -V, --version Print the version of TypeFetch - -o, --output Output file path (default: typefetch.d.ts) - --config File path to the tsconfig.json file - --import Import path for TypeFetch (default: https://raw.githubusercontent.com/denosaurs/typefetch/main) - --base-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 Output file path (default: typefetch.d.ts) + --config File path to the tsconfig.json file + --import Import path for TypeFetch (default: https://raw.githubusercontent.com/denosaurs/typefetch/main) + --base-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