We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792c0a6 commit 9775d8fCopy full SHA for 9775d8f
1 file changed
src/blurb/blurb.py
@@ -1371,11 +1371,9 @@ def handle_option(s, dict):
1371
kwargs[consume_after] = a
1372
consume_after = None
1373
continue
1374
-
1375
if done_with_options:
1376
filtered_args.append(a)
1377
1378
1379
if a.startswith('-'):
1380
if a == "--":
1381
done_with_options = True
@@ -1385,7 +1383,6 @@ def handle_option(s, dict):
1385
1383
for s in a[1:]:
1386
1384
handle_option(s, short_options)
1387
1388
1389
1390
1391
if consume_after:
0 commit comments