Skip to main content

Module exposure

Module exposure 

Source
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§

ExposureFilter
Determines which modules are exposed as CLI commands.

Functions§

glob_match
Test whether a module_id matches a glob pattern.