Command
```
liftoff-export bodyweights list --format csv
liftoff-export workouts list --format csv
liftoff-export workouts stats --format csv
```
Actual (all fail)
```
Error: unknown --format "csv" (use markdown or json)
```
Expected
Per the quantcli contract: `--format markdown|json|csv`. CSV (spreadsheet-friendly) is part of the documented format set; only markdown and json are accepted.
Either implement CSV or update prime/help text + the cross-CLI contract to drop the requirement explicitly.
Severity
major
Command
```
liftoff-export bodyweights list --format csv
liftoff-export workouts list --format csv
liftoff-export workouts stats --format csv
```
Actual (all fail)
```
Error: unknown --format "csv" (use markdown or json)
```
Expected
Per the quantcli contract: `--format markdown|json|csv`. CSV (spreadsheet-friendly) is part of the documented format set; only markdown and json are accepted.
Either implement CSV or update prime/help text + the cross-CLI contract to drop the requirement explicitly.
Severity
major