pub async fn list_projects_filtered(
client: &Client,
opts: LsOptions,
filters: &[String],
) -> Result<()>Expand description
The lifecycle Engine and its per-command option/override types, plus the
project-name/listing helpers — the surface a CLI drives compose operations
through.
List podup projects (docker compose ls) narrowed by --filter predicates
(name=<NAME>, status=<running|exited>). The filters slice is kept off
the frozen LsOptions struct so the 1.0 library API stays stable.