diff --git a/test/ref b/test/ref index 89200af7..e60975a9 100644 --- a/test/ref +++ b/test/ref @@ -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.