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
--noninteractive
mkfs
--noninteractive flag not configured and is ignored in calls to mkfs
format filesystem w/o prompting user.
mkfs always prompts user regardless of --noninteractive flag presence.
nodemcu-tool mkfs --noninteractive
notice that the prompt still appears.
update lib/cli/options-manager.js (PR en route)...I don't really know what I'm doing with JS though, so we'll see 😄
lib/cli/options-manager.js
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue Description
--noninteractive
flag not configured and is ignored in calls tomkfs
Expected Behavior
format filesystem w/o prompting user.
Current Behavior
mkfs
always prompts user regardless of--noninteractive
flag presence.Steps to Reproduce
nodemcu-tool mkfs --noninteractive
notice that the prompt still appears.
Possible Solution
update
lib/cli/options-manager.js
(PR en route)...I don't really know what I'm doing with JS though, so we'll see 😄The text was updated successfully, but these errors were encountered: