#[module_cli]Expand description
Attribute macro: #[module_cli(name = "...")] - marks a struct as the module CLI entry point.
The name is the CLI command name (e.g. “sync-policy”). Emits CLI_NAME const.
#[module_cli]Attribute macro: #[module_cli(name = "...")] - marks a struct as the module CLI entry point.
The name is the CLI command name (e.g. “sync-policy”). Emits CLI_NAME const.