rethab / gh-project

github cli extension to work with projects
MIT License
21 stars 3 forks source link

support user projects #3

Closed rethab closed 3 years ago

rethab commented 3 years ago

Situation

there are user projects, organisation projects and repository projects.

we currently always default to organisation projects.

Task

Extend the list command to accept the parameters org, user and repo. Depending on that, the respective type of project should be listed.

By default, list the repository projects of the current project.