rad_help
Access detailed help for Radicle commands to streamline peer-to-peer code collaboration and repository management. Optional: Specify a command for targeted assistance.
Instructions
Get help for Radicle commands.
Args:
command: Specific command to get help for (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | No |
Input Schema (JSON Schema)
{
"properties": {
"command": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Command"
}
},
"title": "rad_helpArguments",
"type": "object"
}