Output has a single line if multiple repositories (--user
or --org
flag) #25
Closed
Description
gh-collab-scanner
v1.2.0
outputs a single line per repository when using the --user
or --org
flag:
$ gh collab-scanner --org softwarevidal
softwarevidal/airflow-dags: README ☑️, topics ☑️, 30 collaborators 👥, softwarevidal/alexandrie: no README 😇, topics ☑️, 30 collaborators 👥, softwarevidal/amazon_iha: README ☑️, no topics 😇, 16 collaborators 👥, softwarevidal/ameli-medicam: README ☑️, no topics 😇, ^C
It should output a line per repository (a carriage returns should be added so that each line starts with the repository name).