mirror of
https://github.com/str4d/rage.git
synced 2025-04-03 19:07:42 +03:00
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:
parent
5dd9c294fd
commit
3872563814
10 changed files with 123 additions and 7 deletions
7
fuzz/Cargo.lock
generated
7
fuzz/Cargo.lock
generated
|
@ -50,6 +50,7 @@ dependencies = [
|
|||
"chacha20poly1305",
|
||||
"cookie-factory",
|
||||
"hkdf",
|
||||
"io_tee",
|
||||
"nom",
|
||||
"rand 0.8.4",
|
||||
"secrecy",
|
||||
|
@ -437,6 +438,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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue