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 430be40 commit 2c227b4Copy full SHA for 2c227b4
callscript/cli.py
@@ -5,7 +5,7 @@
5
from callscript import modify_code
6
7
8
-def main(args: List[str] = None):
+def main(args = None):
9
parser = ArgumentParser(description="Extract Script into a Module using Comment Tags")
10
parser.add_argument('script', help="Path to the script")
11
0 commit comments