Libreyolo Add CLI Command

Add or extend a LibreYOLO CLI command or flag correctly: the Typer + KeyValueCommand architecture, both argument grammars (key=value and --key value), the --json/--quiet/--help-json contract, mode-aware aliases, family-derived defaults, and the unit tests that gate CLI behavior. Use when someone asks to add a CLI command, add a flag to predict/train/val/export, expose a Python feature on the CLI, or when a CLI parsing bug is reported (bool flags, aliases, key=value quirks). API naming decisions belong to libreyolo-api-conventions; this is the implementation side.

libreyolo e3ac817 5.5 KB Updated

File contents

libreyolo/libreyolo/tree/main/skills/libreyolo-add-cli-command commit e3ac81767a

Frequently asked questions

npx skillmds@latest add libreyolo/libreyolo-add-cli-command