We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154aef2 commit 0b3c991Copy full SHA for 0b3c991
src/pip_sync_faster/main.py
@@ -75,7 +75,6 @@ def pip_sync_maybe(src_files, args):
75
76
def entry_point(): # pragma: nocover
77
parser = ArgumentParser()
78
- parser.add_argument("-n", "--dry-run", action="store_true")
79
parser.add_argument("--version", action="store_true")
80
parser.add_argument("src_files", nargs="*")
81
0 commit comments