brainprep.cli: Command-line interface (CLI) utilities for BrainPrep workflows.¶
Command-line interface (CLI) utilities for BrainPrep workflows.
This module provides a dynamic, Fire-powered command-line interface that automatically exposes all BrainPrep workflows as CLI commands. It also injects global configuration parameters into each workflow function signature, enabling users to override default processing options directly from the command line.
Functions¶
|
Entry point for the BrainPrep command-line interface. |
|
Wrap a workflow function and extend its signature with global configuration parameters. |