tldr-pages / tldr-c-client

C command-line client for tldr pages 📚
MIT License
299 stars 50 forks source link

Implement short flags and remove --linux, --osx, --sunos #111

Closed 4G3NT closed 10 months ago

4G3NT commented 10 months ago

Not a complex change. Explicitly define the flags to avoid any problems. The reason why options like -c work is because GNU getopt supports abbreviated arguments.

4G3NT commented 10 months ago

Man page might need to be updated to reflect the new changes.