You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
Is there a way or a suggested solution to disable banner and footer from a command-line argument?
I would like to be able to use an argument like --disable_banner to disable the banner. This would be useful when piping the output but I would like to have control it from the command line.
I figure that I could preparse the arguments before $app->run() is called to look for the --quiet argument.
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way or a suggested solution to disable banner and footer from a command-line argument?
I would like to be able to use an argument like --disable_banner to disable the banner. This would be useful when piping the output but I would like to have control it from the command line.
I figure that I could preparse the arguments before $app->run() is called to look for the --quiet argument.
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: