From: Sergey Matveev Date: Thu, 27 Nov 2025 15:15:54 +0000 (+0300) Subject: Mention "apply" functionality X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4987ba4af50d7f9aff34fb34cc869c962e14d17bd2c9b9ec202131754b6207bd;p=dsc.git Mention "apply" functionality --- diff --git a/README b/README index d53fe7b..e29fd5a 100644 --- a/README +++ b/README @@ -41,6 +41,11 @@ directory, that contains: bad return code, writing the descriptive message to stderr. Otherwise the sanitised value is read from stdout. If an input is empty, then checker may print default value of the option +* optional executable "apply" file, that is run when "dsc apply" is + invoked. It takes a single argument -- option name. If apply is + invoked to the list-options directory, then all of them are executed. + If apply is invoked for the directory, then all option's in it are + applied. Option having "*" name is treated like a dynamic list.