From cc5485dac1f224f856ce48781278b357f61f74bd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 1 Feb 2022 07:18:23 -0500 Subject: QPDFJob: documentation --- job.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'job.yml') diff --git a/job.yml b/job.yml index eb6a6b01..eb5b7753 100644 --- a/job.yml +++ b/job.yml @@ -1,4 +1,11 @@ # See "HOW TO ADD A COMMAND-LINE ARGUMENT" in README-maintainer. + +# REMEMBER: if you add an optional_choices or optional_parameter, you +# have to explicitly remember to implement the overloaded config +# method that takes no arguments. Since no generated code will call it +# automatically, there is no automated reminder to do this. If you +# forget, it will be a link error if someone tries to call it. + choices: yn: - "y" -- cgit v1.2.3-54-g00ecf