Skip to content

Commit 9b3127d

Browse files
Added missing docs on custom instructions (#729)
Closes: #725 Now the docs on custom instructions are complete
1 parent 4edd689 commit 9b3127d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/codegate/pipeline/cli/commands.py

+6
Original file line numberDiff line numberDiff line change
@@ -476,4 +476,10 @@ def help(self) -> str:
476476
" - *args*:\n"
477477
" - `instructions`: The custom instructions to set\n"
478478
" - **Usage**: `codegate custom-instructions -w <workspace_name> set <instructions>`\n"
479+
"- `show`: Show custom instructions of the workspace\n"
480+
" - *args*: None\n"
481+
" - **Usage**: `codegate custom-instructions -w <workspace_name> show`\n"
482+
"- `reset`: Reset the custom instructions of the workspace\n"
483+
" - *args*: None\n"
484+
" - **Usage**: `codegate custom-instructions -w <workspace_name> reset`\n"
479485
)

0 commit comments

Comments
 (0)