Apply to adjust the description of the command-line parameter 'rollup…#6222
Apply to adjust the description of the command-line parameter 'rollup…#6222lukastaegert merged 5 commits intorollup:masterfrom
Conversation
… -c'. I think the following description is more suitable for everyone to understand: ` -c, --config <filename> Use this config file (if argument is used but value is unspecified, Rollup will try to load configuration files in the following order: rollup.config.mjs -> rollup.config.cjs -> rollup.config.js) `
|
@image-gif is attempting to deploy a commit to the rollup-js Team on Vercel. A member of the Team first needs to authorize it. |
lukastaegert
left a comment
There was a problem hiding this comment.
Thanks! Looks good to me in general, however, please make sure this section always needs to be in sync with the CLI help message defined in cli/help.md, which you should also adapt. This file adheres to a strict 80 character line width, so you might want to adjust your message slightly.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6222 +/- ##
=======================================
Coverage 98.79% 98.79%
=======================================
Files 271 271
Lines 10683 10683
Branches 2862 2862
=======================================
Hits 10554 10554
Misses 86 86
Partials 43 43 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fix formatting inconsistencies in help documentation.
|
Sensing your prompt, I have corrected the document.
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… -c'.
I think the following description is more suitable for everyone to understand:
-c, --config <filename> Use this config file (if argument is used but value is unspecified, Rollup will try to load configuration files in the following order: rollup.config.mjs -> rollup.config.cjs -> rollup.config.js)This PR contains:
Are tests included?
Breaking Changes?
List any relevant issue numbers:
Description
Just adjusting the document description, I think, makes it more suitable for everyone to understand.