Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiafi committed Aug 16, 2024
1 parent a8c2fe4 commit ac221d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/poetry_plugin_export/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ class ExportCommand(GroupCommand):
None,
"Include development dependencies. (<warning>Deprecated</warning>)",
),
option("all-groups", None, "Include all groups"),
option("all-extras", None, "Include all extras"),
*GroupCommand._group_dependency_options(),
option("all-groups", None, "Include all sets of extra groups"),
option(
"extras",
"E",
"Extra sets of dependencies to include.",
flag=False,
multiple=True,
),
option("all-extras", None, "Include all sets of extra dependencies."),
option("with-credentials", None, "Include credentials for extra indices."),
]

Expand Down

0 comments on commit ac221d6

Please sign in to comment.