-
Notifications
You must be signed in to change notification settings - Fork 2
--format csv not supported on any subcommand (contract violation) #26
Copy link
Copy link
Open
Labels
area:format--format markdown/json/csv and codec behavior.--format markdown/json/csv and codec behavior.kind:bugObserved behavior diverges from documented behavior.Observed behavior diverges from documented behavior.priority:mediumReproducible bug or gap with a workaround, or a well-scoped enhancement clearly in charter.Reproducible bug or gap with a workaround, or a well-scoped enhancement clearly in charter.
Description
Activity
Metadata
Metadata
Assignees
Labels
area:format--format markdown/json/csv and codec behavior.--format markdown/json/csv and codec behavior.kind:bugObserved behavior diverges from documented behavior.Observed behavior diverges from documented behavior.priority:mediumReproducible bug or gap with a workaround, or a well-scoped enhancement clearly in charter.Reproducible bug or gap with a workaround, or a well-scoped enhancement clearly in charter.
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