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

Lowercase command name before resolving page #176

Closed MasterOdin closed 2 years ago

MasterOdin commented 2 years ago

Per the v1.5 specification:

Add requirement for converting command names to lowercase before running the page resolution algorithm.

This PR adds this in.