diff --git a/src/codegate/pipeline/cli/commands.py b/src/codegate/pipeline/cli/commands.py index f6253224..922c4d03 100644 --- a/src/codegate/pipeline/cli/commands.py +++ b/src/codegate/pipeline/cli/commands.py @@ -476,4 +476,10 @@ def help(self) -> str: " - *args*:\n" " - `instructions`: The custom instructions to set\n" " - **Usage**: `codegate custom-instructions -w set `\n" + "- `show`: Show custom instructions of the workspace\n" + " - *args*: None\n" + " - **Usage**: `codegate custom-instructions -w show`\n" + "- `reset`: Reset the custom instructions of the workspace\n" + " - *args*: None\n" + " - **Usage**: `codegate custom-instructions -w reset`\n" )