diff --git a/src/config.rs b/src/config.rs index 7168755..1ebbe71 100644 --- a/src/config.rs +++ b/src/config.rs @@ -188,7 +188,7 @@ pub struct Plugin { /// ```toml /// [[plugin]] /// run = "hello" - /// when = "any(os = linux, os = android)" + /// when = 'env("ALLAY_DEBUG") == "1"' /// ``` pub when: Option,