valeriobelli / gh-milestone

GitHub CLI extension for managing Milestones
MIT License
54 stars 2 forks source link

wrong json output with param --repo #30

Open max-land opened 8 months ago

max-land commented 8 months ago

Description with this command: gh milestone --list --repo xxx --query "name" --state closed --json title,number,id --jq ".[].id" it prints also the repo address, and the id overwrite the first chars of the repo name

Current behavior

Expected behavior just the id as output without the repo address

Environment:

Additional information