config-default

The config-default subcommand prints the default values of pestifer’s configuration options. With no arguments it prints every default; given one or more directive names it restricts the output to those directives. It is the non-interactive companion to config-help, which lets you explore the same configuration schema interactively.

Print all defaults:

$ pestifer config-default

Restrict to particular directives (e.g. the defaults for the md task):

$ pestifer config-default tasks md