Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Added missing docs on custom instructions #729

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/codegate/pipeline/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,10 @@ def help(self) -> str:
" - *args*:\n"
" - `instructions`: The custom instructions to set\n"
" - **Usage**: `codegate custom-instructions -w <workspace_name> set <instructions>`\n"
"- `show`: Show custom instructions of the workspace\n"
" - *args*: None\n"
" - **Usage**: `codegate custom-instructions -w <workspace_name> show`\n"
"- `reset`: Reset the custom instructions of the workspace\n"
" - *args*: None\n"
" - **Usage**: `codegate custom-instructions -w <workspace_name> reset`\n"
)
Loading