Skip to content

Commit

Permalink
Removed --no option
Browse files Browse the repository at this point in the history
Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
  • Loading branch information
dcookspi committed May 15, 2024
1 parent 8401436 commit d993f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spk-convert-pip/spk-convert-pip
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def main() -> int:
help="Also publish the packages after conversion. Does not ask if you want to publish, assumes yes",
)
group.add_argument(
"--no-publish", "--no",
"--no-publish",
default=None,
action="store_true",
help="Do not publish the packages after conversion. Does not ask if you want to publish, assumes no",
Expand Down

0 comments on commit d993f7d

Please sign in to comment.