Skip to content

Commit

Permalink
ENH: Improve description of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jan 13, 2025
1 parent 390be58 commit ecc4ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octue/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def raw(
limit,
service_config,
):
"""Get the raw events emitted during a question. One of the following must be set:
"""Get the raw events emitted during a question as JSON. One of the following must be set:
--question-uuid
Expand Down Expand Up @@ -394,7 +394,7 @@ def replay(
only_handle_result,
validate_events,
):
"""Replay a question's events, returning the result if there is one. One of the following must be set:
"""Replay a question's events, returning the result as JSON if there is one. One of the following must be set:
--question-uuid
Expand Down

0 comments on commit ecc4ef9

Please sign in to comment.