We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05cfdff commit b5cd2a1Copy full SHA for b5cd2a1
brownie/_cli/run.py
@@ -33,7 +33,7 @@
33
34
35
def main():
36
- args = docopt(__doc__, more_magic=True)
+ args = docopt(__doc__)
37
_update_argv_from_docopt(args)
38
39
active_project = None
0 commit comments