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
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