tldr-python-client
tldr-python-client copied to clipboard
feat: add -x flag to list commands exclusive to a platform
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.