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

feat: add -x flag to list commands exclusive to a platform

Open Kausheya2006 opened this issue 2 months ago • 0 comments

We have to use it along with --list -p

Example usage :

python3 tldr.py --list -p osx -x  # it will list all commands available only for macos

This allows users to easily identify platform-specific commands.

Kausheya2006 avatar Oct 01 '25 07:10 Kausheya2006