We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--config
--config "incremental"
--config arg is case-sensitive on some environments (e.g., Linux). The docs (in the README.md file) give an example of --config "incremental".
Ideal solution: make the arg case-insensitive on all platforms
Alternative solution: update the README to use --config "Incremental"
--config "Incremental"
The text was updated successfully, but these errors were encountered:
查看源码,可以看到配置增量开发模式必须使用 Incremental 首字母大写,对应源码中的文件夹名,小写实则没有走增量开发。
Sorry, something went wrong.
I understand that. I still think it should be changed to work better though.
wyifei26
No branches or pull requests
--config
arg is case-sensitive on some environments (e.g., Linux). The docs (in the README.md file) give an example of--config "incremental"
.Ideal solution: make the arg case-insensitive on all platforms
Alternative solution: update the README to use
--config "Incremental"
The text was updated successfully, but these errors were encountered: