tldr-python-client icon indicating copy to clipboard operation
tldr-python-client copied to clipboard

feat: add BSD and macos platforms to `--platform` option

Open owenvoke opened this issue 1 year ago • 3 comments

Closes https://github.com/tldr-pages/tldr-python-client/issues/234 and closes https://github.com/tldr-pages/tldr-python-client/issues/235

owenvoke avatar Feb 26 '24 16:02 owenvoke

This doesn't work, because macos is not a directory. tldr --platform macos <page_name> always prints "documentation is not available".

There's also android, which isn't on the list here.

acuteenvy avatar Feb 26 '24 18:02 acuteenvy

Ah, so we need to actually alias it. Will mark this as draft and work on the required changes.

I'll add Android as well. I feel like it's a bit redundant duplicating the platforms here though, so perhaps we can extract to a variable or something.

owenvoke avatar Feb 26 '24 19:02 owenvoke

Hi, any updates on this?

kbdharun avatar Mar 21 '24 06:03 kbdharun

Completed in #246

kbdharun avatar Jun 27 '24 16:06 kbdharun