Skip to content

Commit 84d5d44

Browse files
add force
1 parent e2b3059 commit 84d5d44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
parser = argparse.ArgumentParser(description="hack to let readthedoc install work")
77
parser.add_argument("action", choices=["install"])
8+
parser.add_argument("--force", action="store_true", default=False)
89

910
if __name__ == "__main__":
1011
parser.parse_args()

0 commit comments

Comments
 (0)