diff options
author | Qrius <[email protected]> | 2025-05-06 14:22:33 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2025-05-06 14:23:04 +0200 |
commit | 77e73d70a9b81a7bbd8e49be52612fc62a9f9502 (patch) | |
tree | c816ff6a30dee18e2c701cfd83c3e9104e73e333 /skaldpress.1 | |
parent | 68f3e45b0c9570e4bdf01147f606f04bda6be310 (diff) | |
download | skaldpress-77e73d70a9b81a7bbd8e49be52612fc62a9f9502.tar.gz skaldpress-77e73d70a9b81a7bbd8e49be52612fc62a9f9502.zip |
Disable unsafe code execution by default
Diffstat (limited to 'skaldpress.1')
-rw-r--r-- | skaldpress.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skaldpress.1 b/skaldpress.1 index d274b1c..a9b7355 100644 --- a/skaldpress.1 +++ b/skaldpress.1 @@ -52,6 +52,10 @@ Define macros, these will be interpreted as strings. .IP "\fB-P, --prefix-builtins\fR Prefix all builtin macros with `smp_` +.IP "\fB-U, --unsafe\fR +If specified, arbitrary code execution will be allowed. +It is most likely possible anyway. + .SH EXAMPLES To run skaldpress on a simple project, simply call it with no arguments |