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

Commit 7ff329b

Browse files
committed
Add missing flags
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent b068f41 commit 7ff329b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/pipeline/cli/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async def _activate_workspace(self, flags: Dict[str, str], args: List[str]) -> s
212212
return "An error occurred while activating the workspace"
213213
return f"Workspace **{workspace_name}** has been activated"
214214

215-
async def _remove_workspace(self, args: List[str]) -> str:
215+
async def _remove_workspace(self, flags: Dict[str, str], args: List[str]) -> str:
216216
"""
217217
Remove a workspace
218218
"""

0 commit comments

Comments
 (0)