From ecc4ef99fb781bd92e13a5ee566b07d86eb42d39 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 13 Jan 2025 15:48:41 +0000 Subject: [PATCH] ENH: Improve description of commands --- octue/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octue/cli.py b/octue/cli.py index db256012e..a69c7386c 100644 --- a/octue/cli.py +++ b/octue/cli.py @@ -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 @@ -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