Closed Berkmann18 closed 5 years ago
Updated with what node ../src/cli.js -t $GITHUB_TOKEN -r name-your-contributors -u mntnr --commits | jq '[ .[][].login | " - [@\(.)](https://github.com/\(.))"]' | jq unique | jq -r .[] returned even tho the initial list wasn't alphabetically sorted.
node ../src/cli.js -t $GITHUB_TOKEN -r name-your-contributors -u mntnr --commits | jq '[ .[][].login | " - [@\(.)](https://github.com/\(.))"]' | jq unique | jq -r .[]
Updated with what
node ../src/cli.js -t $GITHUB_TOKEN -r name-your-contributors -u mntnr --commits | jq '[ .[][].login | " - [@\(.)](https://github.com/\(.))"]' | jq unique | jq -r .[]
returned even tho the initial list wasn't alphabetically sorted.