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
I'm using generateSchema and generateOutput in a programatic way, wrapped in a custom CLI command to bootstrap a new type of application.
As you see often, I want to wrap my codegen steps into a spinner like ora and handle my own success/failure messaging.
Since the built in terminal output messes up my spinner, I would like to have a way to turn off any output messages.
Add an optional silent boolean option to the generate* functions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
I'm using generateSchema and generateOutput in a programatic way, wrapped in a custom CLI command to bootstrap a new type of application.
As you see often, I want to wrap my codegen steps into a spinner like ora and handle my own success/failure messaging.
Since the built in terminal output messes up my spinner, I would like to have a way to turn off any output messages.
Proposed Solution
Add an optional silent boolean option to the generate* functions.
Requirements
The text was updated successfully, but these errors were encountered: