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 4a32f09 commit 589ff40Copy full SHA for 589ff40
utils/dev-scripts/split-cmdline
@@ -57,7 +57,7 @@ def main():
57
first = False
58
59
# Expand @ option files
60
- m = re.match(r"^@(\S+\.txt)$", arg)
+ m = re.match(r"^@(\S+(\.txt|FileList))$", arg)
61
if m:
62
cmd_file = m.group(1)
63
if os.path.isfile(cmd_file):
0 commit comments