I used the github client (gh) and I consult the tldr documentation and it is already very good, but I think we can improve a little bit this command documentation.
First, they're some little mistake on gh pr view and gh issue view, we can update the command to correspond to the description.
Moreover, we can create other examples to cover the entire github process from repo creation to release:
Finally, If it is ok I can propose a PR to make these changes.
After some discussions , it is better to create sub-pages for the gh command:
For those not in the know, tldr-pages is about more than just commands. Those commands that are too expansive to fit on 1 page often have multiple subcommands - which we can document on their own pages. For example, try these:
tldr git merge
tldr git add
tldr ip address
So, let's document gh, at least we need:
I think you should implement the same structure that the ticket #3953 to create pages for all the gh subcommands
After some discussions , it is better to create sub-pages for the gh command:
For those not in the know, tldr-pages is about more than just commands. Those commands that are too expansive to fit on 1 page often have multiple subcommands - which we can document on their own pages. For example, try these:
tldr git merge
tldr git add
tldr ip address
So, let's document gh, at least we need:
gh authgh configgh repogh issuegh prpr releasegh gistCool, @antoine-amara! Perhaps you could update the original issue description with that list, to make it easier for people to find?
There are a few more gh subcommands not documented by tldr, and since this issue is relatively recent (Oct. 2020), I decided to edit it and reopen it.
Most helpful comment
There are a few more
ghsubcommands not documented by tldr, and since this issue is relatively recent (Oct. 2020), I decided to edit it and reopen it.