Skip to content

Commit

Permalink
Fix line numbers to make CI green again.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-blake committed Dec 22, 2023
1 parent d0aa3bd commit b2ff6da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/ref
Original file line number Diff line number Diff line change
Expand Up @@ -965,9 +965,9 @@ Options:

==> test/TwoNondefaultedSeq.out <==
test/TwoNondefaultedSeq.nim(9, 11) template/generic instantiation of `dispatch` from here
cligen.nim(859, 14) template/generic instantiation of `dispatchCf` from here
cligen.nim(846, 14) template/generic instantiation of `dispatchGen` from here
cligen.nim(292, 16) Warning: cligen only supports one seq param for positional args; using `args`, not `stuff`. Use `positional` parameter to `dispatch` to override this. [User]
cligen.nim(858, 14) template/generic instantiation of `dispatchCf` from here
cligen.nim(845, 14) template/generic instantiation of `dispatchGen` from here
cligen.nim(291, 16) Warning: cligen only supports one seq param for positional args; using `args`, not `stuff`. Use `positional` parameter to `dispatch` to override this. [User]
Usage:
demo [REQUIRED,optional-params] [args: string...]
demo entry point with varied, meaningless parameters.
Expand Down

0 comments on commit b2ff6da

Please sign in to comment.