Skip to content
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

--config arg is case-sensitive on some environments (e.g., Linux), but docs give example of --config "incremental" #292

Open
DeflateAwning opened this issue Dec 8, 2023 · 2 comments
Assignees

Comments

@DeflateAwning
Copy link
Contributor

--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"

@CatherineWWJ
Copy link

查看源码,可以看到配置增量开发模式必须使用 Incremental 首字母大写,对应源码中的文件夹名,小写实则没有走增量开发。

@DeflateAwning
Copy link
Contributor Author

I understand that. I still think it should be changed to work better though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants