ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

Consolidate all into a command string of `$0 <category> [options]` #20

Closed jakazzy closed 2 years ago

jakazzy commented 3 years ago

it's starting to seem like all of these have the same options, so maybe (in a separate PR) they should all be consolidated into a command string of $0 <category> [options]?

_Originally posted by @ljharb in https://github.com/ljharb/repo-report/pull/12#discussion_r580654561_

jakazzy commented 3 years ago

So given we are currently working on the mockups. https://github.com/ljharb/repo-report/issues/15 From which we'll decide on the options, commands, including the user journey on the product. I put this on hold for now. @ljharb @thehanimo @diananova @sladyn98

ljharb commented 2 years ago

We can revisit this in the future if it seems valuable.