Skip to content

Commit

Permalink
Update 'show' command help.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed May 16, 2022
1 parent 40bd241 commit 1876c8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cylc/flow/scripts/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

"""cylc show [OPTIONS] ARGS
Display workflow and task information.
Display workflow and task information, for tasks in the datastore window.
Query a running workflow for:
# view workflow metadata
Expand All @@ -30,7 +30,9 @@
# view prerequisites & outputs for a live task
$ cylc show my_workflow//1/my_task
Prerequisite and output status is indicated for current active tasks.
Output completion status is shown for all tasks in the datastore window.
Prerequisite satisfication is shown for tasks that haven't triggered yet.
"""

import json
Expand Down

0 comments on commit 1876c8e

Please sign in to comment.