Skip to content

Commit

Permalink
fix: add default
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Oct 25, 2024
1 parent fd395c4 commit f299231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions silverback/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,12 +305,14 @@ def new_workspace(
"-n",
"--name",
"name",
default=None,
help="Update name for workspace",
)
@click.option(
"-s",
"--slug",
"slug",
default=None,
help="Update slug for workspace",
)
@click.argument("workspace")
Expand Down

0 comments on commit f299231

Please sign in to comment.