12 lines
666 B
Plaintext
12 lines
666 B
Plaintext
|
|
component ToolkitCli {
|
||
|
|
goal {
|
||
|
|
Provide the ria and ria-tools command-line interface over the toolkit's library features.
|
||
|
|
Own the Click command group and its subcommands.
|
||
|
|
}
|
||
|
|
|
||
|
|
interface {
|
||
|
|
A Click group that auto-registers the commands defined in ria_toolkit_oss_cli.ria_toolkit_oss.commands and warns when git-lfs is missing.
|
||
|
|
Commands map to library features: capture and transmit (sdr), campaign (orchestration), generate and synth (signal), transform/combine/split/convert (transforms, data, io), annotate (annotations), view (view and viz), discover (sdr), serve (the RT-OSS server), and upload/setup_repo/init (RIA Hub repo integration).
|
||
|
|
}
|
||
|
|
}
|