generated from canonical/starbase
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Verbose runs show the greeting twice in managed runs #551
Comments
Thank you for reporting us your feedback! The internal ticket has been created: https://warthogs.atlassian.net/browse/CRAFT-3658.
|
tigarmo
added a commit
that referenced
this issue
Nov 11, 2024
Version 2.10.1 fixes the issue where the app greeting is shown twice when running in managed mode, which happened because the Emitter was initialized in "verbose" and then the Dispatcher set it to verbose again when parsing the command line. Fixes #551
3 tasks
tigarmo
added a commit
that referenced
this issue
Nov 12, 2024
Version 2.10.1 fixes the issue where the app greeting is shown twice when running in managed mode, which happened because the Emitter was initialized in "verbose" and then the Dispatcher set it to verbose again when parsing the command line. Fixes #551
linostar
pushed a commit
to linostar/craft-application
that referenced
this issue
Dec 4, 2024
Version 2.10.1 fixes the issue where the app greeting is shown twice when running in managed mode, which happened because the Emitter was initialized in "verbose" and then the Dispatcher set it to verbose again when parsing the command line. Fixes canonical#551
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Running a craft tool with
-v
causes the managed instance's emitter greeting to show twice.To Reproduce
Run
<crafttool> pack -v
part yaml
No response
Relevant log output
The text was updated successfully, but these errors were encountered: