Fixup: autoformat

This commit is contained in:
Milan Stute
2021-04-29 14:55:39 +02:00
parent 4f1849cea2
commit df221b0e2b
+3 -1
View File
@@ -41,7 +41,9 @@ class AirDropCli:
parser = argparse.ArgumentParser()
parser.add_argument("action", choices=["receive", "find", "send"])
parser.add_argument("-f", "--file", help="File to be sent")
parser.add_argument("-u", "--url", help="'-f,--file is a URL", action="store_true")
parser.add_argument(
"-u", "--url", help="'-f,--file is a URL", action="store_true"
)
parser.add_argument(
"-r",
"--receiver",