-
Notifications
You must be signed in to change notification settings - Fork 94
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
cli: verbosity #4214
cli: verbosity #4214
Conversation
* left-align cylc tagline * fix cylc play description (spanned two lines) * improve formatting
* all three are now a single flag/configuration * translation between cli/flags/env is now centralised
* connection info written in verbose mode was going to stdout
e24d630
to
ca399b4
Compare
cylc/flow/scheduler_cli.py
Outdated
Start, restart or resume a workflow. | ||
|
||
Start running a workflow, or restart a stopped workflow from its previous | ||
state, or resume a paused workflow. |
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.
Imho, might as well delete the second paragraph in that case
Co-authored-by: Ronnie Dutta <61982285+MetRonnie@users.noreply.github.com>
USAGE = f"""{cylc_header()} | ||
{centered(DESC)} |
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.
(good move 👍 )
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.
Nice 👍
Addresses: #2972 (point 9)
Superseedes: #4181
--verbose
,--quiet
,--debug
and make them global.--debug
or-v -v
) in which case write the full traceback.Side effects:
CYLC_VERBOSE
env var is now exported in job scripts (can change if we don't like this).Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.py
andconda-environment.yml
.