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

[Feature Request] Option to error and exit instead of requesting user input #710

Open
Rexios80 opened this issue Apr 12, 2024 · 0 comments · May be fixed by #712
Open

[Feature Request] Option to error and exit instead of requesting user input #710

Rexios80 opened this issue Apr 12, 2024 · 0 comments · May be fixed by #712
Labels
enhancement New feature or request

Comments

@Rexios80
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I maintain the puby tool which calls fvm in a way that does not accept user input. Since fvm 3.0.0, fvm requests user input to resolve most errors which causes puby to hang.

Describe the solution you'd like
A CLI flag to disable requests for user input and instead error and exit

Describe alternatives you've considered
Process the output of fvm and force it to exit if it requests user input. This works, but is not a great solution since the text fvm outputs could change.

@Rexios80 Rexios80 added the enhancement New feature or request label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant