Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve tldr tldr with information how tldr should be updated #824

Closed
matkoniecz opened this issue Mar 15, 2016 · 7 comments
Closed

improve tldr tldr with information how tldr should be updated #824

matkoniecz opened this issue Mar 15, 2016 · 7 comments
Labels
clients Issues pertaining to a particular client or the clients as whole. documentation Issues/PRs modifying the documentation.

Comments

@matkoniecz
Copy link
Contributor

I wanted to update tldr so I checked tldr tldr ( http://www.ostera.io/tldr.jsx/#/tldr?_k=fk6knt )

Update the local cache of tldr pages:

tldr --update

I tried tldr --update what resulted in

usage: tldr [-h] [-o {linux,osx,sunos}] command [command ...]
tldr: error: the following arguments are required: command

So I tried tldr -o linux --update what also resulted in

usage: tldr [-h] [-o {linux,osx,sunos}] command [command ...]
tldr: error: the following arguments are required: command

@waldyrious waldyrious added the clients Issues pertaining to a particular client or the clients as whole. label Mar 15, 2016
@waldyrious
Copy link
Member

@matkoniecz thanks for raising this issue. This is something we've considered in the past but haven't made a decision yet. The documentation for this option was added in #744 and in that PR we discussed making the contents of the tldr tldr output a formal requirement for clients to be featured in our README, but we didn't reach consensus. This issue is probably a good place to finalize that discussion and move forward.

May I ask what client you're using? python, node?...

@matkoniecz
Copy link
Contributor Author

I am using python (I see tldr in pip list ). For other python users until it is resolved: to update use pip install tldr --upgrade.

@waldyrious
Copy link
Member

Back-reference: #744

@waldyrious waldyrious added the documentation Issues/PRs modifying the documentation. label Sep 16, 2016
@daylightbrightledlight
Copy link
Contributor

So does this mean that this issue can be closed? I think we can close this issue now.

@sbrl
Copy link
Member

sbrl commented Aug 26, 2018

Hrm, I'm not sure @daylightbrightledlight. The thing is that although each client is has the same basic similarities, they also all have their own flags and options. I suspect that this is a case of that. I wonder if there's a formal spec for 'official' tldr clients? Perhaps @waldyrious or @agnivade would know.

@agnivade
Copy link
Member

We do have a minimal page here - https://github.com/tldr-pages/tldr/wiki/Minimum-specifications-for-TLDR-command-line-clients

Some more thoughts here - #1065

But yes, I agree this is a client specific thing. I would say we should remove the --update flag as it is not there in python client.

@sbrl
Copy link
Member

sbrl commented Aug 28, 2018

Ah, ok @agnivade. I've opened #2272, which removes the --update flag.

sbrl added a commit that referenced this issue Aug 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clients Issues pertaining to a particular client or the clients as whole. documentation Issues/PRs modifying the documentation.
Projects
None yet
Development

No branches or pull requests

5 participants