aptly icon indicating copy to clipboard operation
aptly copied to clipboard

`aptly repo search <repo> -format=` fails to parse format

Open tenzap opened this issue 2 years ago • 0 comments

While aptly package search -format="{{.Package}} (version {{.Version}})" produces the correct output,

aptly repo search REPO_NAME -format="{{.Package}} (version {{.Version}})" errors with:

ERROR: unable to search: parsing failed: unexpected token {: expecting architecture

tenzap avatar Jun 11 '23 10:06 tenzap