From 1c8d53465ff4d8e732498b39e49595b16d6754af Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 22 Jan 2022 11:25:55 -0500 Subject: Incorporate job schema generation into generate_auto_job --- README-maintainer | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README-maintainer') diff --git a/README-maintainer b/README-maintainer index d5801070..7ea049dc 100644 --- a/README-maintainer +++ b/README-maintainer @@ -128,7 +128,10 @@ Command-line arguments are closely coupled with QPDFJob. To add a new command-line argument, add the option to the appropriate table in job.yml. This will automatically declare a method in the private ArgParser class in QPDFJob_argv.cc which you have to implement. The -implementation should make calls to methods in QPDFJob. +implementation should make calls to methods in QPDFJob. Then, add the +same option to either the no-json section of job.yml if it is to be +excluded from the job json structure, or add it under the json +structure to the place where it should appear in the json structure. The build will fail until the new option is documented in manual/cli.rst. To do that, create documentation for the option by -- cgit v1.2.3-54-g00ecf