echo.toml 324 B

1234567891011
  1. # Automatically generated - DO NOT EDIT!
  2. [[permission]]
  3. identifier = "allow-echo"
  4. description = "Enables the echo command without any pre-configured scope."
  5. commands.allow = ["echo"]
  6. [[permission]]
  7. identifier = "deny-echo"
  8. description = "Denies the echo command without any pre-configured scope."
  9. commands.deny = ["echo"]