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
Hi dear developers
First of all, thanks a lot for the cool tool! I use it really well. I love it!
So, my suggestion is making command line option have higher priority then options in .nodemcutool file. Which means, if I run command below:
.nodemcutool
nodemcu-tool upload -o -c src/*.lua
and if I have .nodemcutool file:
{ "baudrate": "115200", "port": "/dev/cu.wchusbserial1420", "optimize": false, "compile": false, "keeppath": false }
It doesn't compile or optimize sources because of optimize and compile option in .nodemcutool. But I think command line options are first!
optimize
compile
It would be really grateful if you accept my suggestion 😄
Thanks
The text was updated successfully, but these errors were encountered:
Dear Jun,
thats a great idea! because of the incomaptibility, such a modification should only take place in a major release. therefore i will project it for v3
best regards, Andi
Sorry, something went wrong.
Cool! Thanks for your prompt response 😄
I look forward to it 👍
enhanced error handling #48; cli args take presendence over config #21
e98c86d
implemented in v3
No branches or pull requests
Hi dear developers
First of all, thanks a lot for the cool tool! I use it really well. I love it!
So, my suggestion is making command line option have higher priority then options in
.nodemcutool
file. Which means, if I run command below:nodemcu-tool upload -o -c src/*.lua
and if I have
.nodemcutool
file:It doesn't compile or optimize sources because of
optimize
andcompile
option in.nodemcutool
. But I think command line options are first!It would be really grateful if you accept my suggestion 😄
Thanks
The text was updated successfully, but these errors were encountered: