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

--noninteractive flag not respected in mkfs action #72

Closed
bradshjg opened this issue Apr 22, 2020 · 0 comments · Fixed by #73
Closed

--noninteractive flag not respected in mkfs action #72

bradshjg opened this issue Apr 22, 2020 · 0 comments · Fixed by #73

Comments

@bradshjg
Copy link

Issue Description

--noninteractive flag not configured and is ignored in calls to mkfs

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 😄

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

Successfully merging a pull request may close this issue.

1 participant