Expand description
Module Exposure Filtering (FE-12).
Provides declarative control over which discovered modules are exposed as CLI commands. Supports three modes: all, include (whitelist), and exclude (blacklist) with glob-pattern matching on module IDs.
Structs§
- Exposure
Filter - Determines which modules are exposed as CLI commands.
Functions§
- glob_
match - Test whether a module_id matches a glob pattern.