tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
596 stars 93 forks source link

add the option to simply print the md file #168

Closed dadav closed 2 years ago

dadav commented 2 years ago

See #167

dadav commented 2 years ago

Thanks for the PR! Code looks fine, though one lint error to take care of.

Would you also be able to add a testcase to tests/test_tldr.py that essentially duplicates test_whole_page, but just checking that the stdout output matches the contents of tests/data/gem.md?

ok

CleanMachine1 commented 2 years ago

@MasterOdin Do these changes not warrant the creation of a new release, since otherwise these features don't get put into package managers.

I'd like to see these in Arch Linux ASAP

MasterOdin commented 2 years ago

Yes, I was planning on putting together a 2.1.0 release with this PR, and the other commits that had been made since 2.0, sometime in the next few days as my time permitted.

CleanMachine1 commented 2 years ago

Good to hear