From b4bd124be496170937d19742d83c2bad7471fe81 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 7 Jan 2022 17:01:10 -0500 Subject: QPDFArgParser: support adding/printing help information --- libtests/qtest/arg_parser/exceptions.out | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libtests/qtest/arg_parser/exceptions.out') diff --git a/libtests/qtest/arg_parser/exceptions.out b/libtests/qtest/arg_parser/exceptions.out index 82eef2a7..eb8dbe8a 100644 --- a/libtests/qtest/arg_parser/exceptions.out +++ b/libtests/qtest/arg_parser/exceptions.out @@ -4,3 +4,10 @@ duplicate table: QPDFArgParser: registering already registered option table baaa unknown table: QPDFArgParser: selecting unregistered option table aardvark copy from unknown table: QPDFArgParser: attempt to copy from unknown table two copy unknown from other table: QPDFArgParser: attempt to copy unknown argument two from table baaa +add existing help topic: QPDFArgParser: topic baaa has already been added +add reserved help topic: QPDFArgParser: can't register reserved help topic all +add to unknown topic: QPDFArgParser: unable to add option --new to unknown help topic oops +bad option for help: QPDFArgParser: options for help must start with -- +bad topic for help: QPDFArgParser: help topics must not start with - +duplicate option help: QPDFArgParser: option --ewe already has help +invalid choice handler to unknown: QPDFArgParser: attempt to add invalid choice handler to unknown argument -- cgit v1.2.3-54-g00ecf