Skip to content

Commit

Permalink
final release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MayankFawkes committed Apr 30, 2021
1 parent 0f03a35 commit f52a4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transfer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def get_args(self) -> argparse.Namespace:
help="Force to skip some verification tests and upload directly.")

c3 = sub_parser.add_parser("list", aliases=["l"], help="Manage all uploaded files.")
groupc3 = c3.add_mutually_exclusive_group()
groupc3 = c3.add_mutually_exclusive_group(required=True)

groupc3.add_argument("-s", "--show", action="store_const", required=False,
const=dict(type="list"), dest="type", default=dict(type="list"), help="Show all uploaded files.")
Expand Down

0 comments on commit f52a4b8

Please sign in to comment.