Add helper environment variable for debugging plugins

Setting the `AGEDEBUG` environment variable to `plugin` will cause all
plugin communications, as well as the plugin's stderr, to be printed to
the stderr of the parent process (e.g. rage).
This commit is contained in:
Jack Grigg 2021-12-28 00:22:02 +00:00
parent 5dd9c294fd
commit 3872563814
10 changed files with 123 additions and 7 deletions

7
fuzz-afl/Cargo.lock generated
View file

@ -63,6 +63,7 @@ dependencies = [
"chacha20poly1305",
"cookie-factory",
"hkdf",
"io_tee",
"nom",
"rand 0.8.4",
"secrecy",
@ -497,6 +498,12 @@ dependencies = [
"unic-langid",
]
[[package]]
name = "io_tee"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b3f7cef34251886990511df1c61443aa928499d598a9473929ab5a90a527304"
[[package]]
name = "lazy_static"
version = "1.4.0"