From 158d3665597df4bcfaf1cd9eea54a9f190e7b168 Mon Sep 17 00:00:00 2001 From: Punit Naik Date: Thu, 13 Nov 2025 06:07:57 +0530 Subject: [PATCH] include monitor job command in help command response --- chuck_data/ui/help_formatter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chuck_data/ui/help_formatter.py b/chuck_data/ui/help_formatter.py index 54a3311..813ba59 100644 --- a/chuck_data/ui/help_formatter.py +++ b/chuck_data/ui/help_formatter.py @@ -89,6 +89,7 @@ def format_help_text( "Job Management": [ "launch-job", "job-status", + "monitor-job", ], "Utilities": [ "help",