fetch_cmd
lacuna.cli.fetch_cmd
¶
Fetch command implementation for Lacuna CLI.
This module handles the 'lacuna fetch' subcommand for downloading, processing, and registering connectomes.
Commands: lacuna fetch gsp1000 - Download GSP1000 functional connectome lacuna fetch dtor985 - Download dTOR985 structural tractogram lacuna fetch --list - List available connectomes lacuna fetch --interactive - Interactive guided setup
handle_fetch_command(args)
¶
Handle the fetch subcommand.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
args
|
Namespace
|
Parsed command-line arguments. |
required |
Returns:
| Type | Description |
|---|---|
int
|
Exit code (0 for success, non-zero for error). |