Skip to main content

Module pattern

Module pattern 

Source
Expand description

Glob-style argv allowlist patterns for the commands:exec capability.

See docs/superpowers/specs/2026-04-29-plugin-commands-exec-capability-design.md §4.

Structs§

CommandPattern
A parsed allowlist pattern. Matches against an argv slice of any AsRef<str> type (e.g. &[String], &[&str], &[Cow<'_, str>]).