-
-
Notifications
You must be signed in to change notification settings - Fork 242
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
Stylize prompt for new project and tags #310
Conversation
(I didn't break the test, but it works now!) |
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
- Add CSV output format support for `report`, `log` and `aggregate` commands | |||
using the `--csv/-s` command line option flag (#281). | |||
- Add `start --confirm-new-project` and `start --confirm-new-tag` options and | |||
corresponding options to configuration (#275). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙏 Can you also update the corresponding section in the CHANGELOG
please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this! Can you add a "Changed" section in the CHANGELOG with changes from this PR?
@jmaupetit Done! |
Co-Authored-By: Julien Maupetit <jmaupetit@users.noreply.github.com>
Further to #191 & #275, this stylizes the prompt to that the project or tag name is highlighted.
The other place this might make sense to add is when
Watson
displays an error message when you try to start a new project with--no-gap
but have an active project (cli.py, line 221-223); however, stylizing the project here breaks the colouring of the error message. This does update the typographical styling to be consistent with the above.Further to #303, this also add these new options to the Release Notes for v1.8.0.