diff options
author | Qrius <[email protected]> | 2024-11-12 10:24:17 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2024-11-12 12:23:22 +0100 |
commit | 670411b72ce59341e45d5fbecfa6f232f682d374 (patch) | |
tree | f24c97adf71e68a8002a16317bb475dbf3bfffca /skaldpress.1 | |
parent | 2f5f1126fbb2a2722e94e0c5aaaf1d36ce644030 (diff) | |
download | skaldpress-670411b72ce59341e45d5fbecfa6f232f682d374.tar.gz skaldpress-670411b72ce59341e45d5fbecfa6f232f682d374.zip |
Add some more options for dealing with different input environments
Diffstat (limited to 'skaldpress.1')
-rw-r--r-- | skaldpress.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skaldpress.1 b/skaldpress.1 index eec8dd3..5ed2046 100644 --- a/skaldpress.1 +++ b/skaldpress.1 @@ -71,6 +71,14 @@ Specifies the directory where templates are stored, defaults to \fItemplates\fR. Comma-separated list of files to compile, if not specified, all files in \fB--source\fR will be compiled. +.IP "\fB-e, --exclude\fR \fIfilter\fR +Comma-separated list of files to exclude, if not specified, all files in \fB--source\fR +will be compiled. + +.IP "\fB-m, --metadata\fR \fIkey\fR=\fIvalue\fR +Metadata to add to compiled file, this can e.g. set a template for all files if you don't want to manually add YAML-blocks. +Specify multiple times, to set multiple fields. + .SH EXAMPLES To run skaldpress on a simple project, simply call it with no arguments |