aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-22 17:25:55 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit1c8d53465ff4d8e732498b39e49595b16d6754af (patch)
tree4a26bbf245ead7f4b051bb8cc3311bc333154b70 /README-maintainer
parentb9cd693a5b36b8b0246822cb97386792045179ec (diff)
downloadqpdf-1c8d53465ff4d8e732498b39e49595b16d6754af.tar.zst
Incorporate job schema generation into generate_auto_job
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer5
1 files changed, 4 insertions, 1 deletions
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