-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLI --ci and --quiet options are confusing and not documented/available for static build #5855
Comments
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Related #6201 |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
The CLI options
--ci
and--quiet
are a little bit confusing for their intended purpose.Prefered solution:
--quiet
i dont expect any output at all, unless there is an error.--ci
i expect everything to be ready to be used in a CI env (no browser launch and no progress/terminal spam)--no-browser
option to disable browser launch (though, you should rly should just use--ci
)Edit: also make both options available to static build (they actually work if buildStatic is called via API, though ofc
--ci
does nothing currently because its only handled in buildDev)The text was updated successfully, but these errors were encountered: