1234567891011121314151617181920212223242526272829303132333435363738 |
- ---
- source: crates/tests/acl/src/lib.rs
- expression: resolved
- ---
- Resolved {
- allowed_commands: {
- "plugin:ping|ping": [
- ResolvedCommand {
- context: Local,
- windows: [
- Pattern {
- original: "main",
- tokens: [
- Char(
- 'm',
- ),
- Char(
- 'a',
- ),
- Char(
- 'i',
- ),
- Char(
- 'n',
- ),
- ],
- is_recursive: false,
- },
- ],
- webviews: [],
- scope_id: None,
- },
- ],
- },
- denied_commands: {},
- command_scope: {},
- global_scope: {},
- }
|