You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
OS: powershell on windows 10
Additional information
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: