Skip to content

--format csv not supported on any subcommand (contract violation) #26

@DTTerastar

Description

@DTTerastar

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

Metadata

Metadata

Assignees

Labels

area:format--format markdown/json/csv and codec behavior.kind:bugObserved behavior diverges from documented behavior.priority:mediumReproducible bug or gap with a workaround, or a well-scoped enhancement clearly in charter.

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions