docs: remove wrong short argument -w for --json in cli.mdx#8507
Merged
chenjiahan merged 2 commits intoweb-infra-dev:mainfrom Nov 22, 2024
Merged
docs: remove wrong short argument -w for --json in cli.mdx#8507chenjiahan merged 2 commits intoweb-infra-dev:mainfrom
chenjiahan merged 2 commits intoweb-infra-dev:mainfrom
Conversation
✅ Deploy Preview for rspack ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
stefanseeger
commented
Nov 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The documentation falsely references the argument
-wtwice.The
--jsonargument does not have a short handoutput of
npx @rspack/cli --helpOptions: -c, --config config file [string] --entry entry file [array] -o, --output-path output path dir [string] -m, --mode mode [string] -w, --watch watch [boolean] [default: false] --env env passed to config function [array] --node-env sets process.env.NODE_ENV to be specified value [string] -d, --devtool devtool [boolean] [default: false] --configName Name of the configuration to use. [array] --analyze analyze [boolean] [default: false] --json emit stats json --profile capture timing information for each module [boolean] [default: false] -v, --version Show version number [boolean] -h, --help Show help [boolean]Checklist