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 23207e0 commit 327a23fCopy full SHA for 327a23f
sphinxlint.py
@@ -454,7 +454,7 @@ def parse_args(argv=None):
454
if argv[1:2] == ["init", "directives"]:
455
from directivegetter import collect_directives
456
457
- raise SystemExit(collect_directives(sys.argv[2:]))
+ raise SystemExit(collect_directives(argv[2:]))
458
459
parser = argparse.ArgumentParser(description=__doc__)
460
parser.add_argument(
0 commit comments