tldr-pages / tldr-c-client

C command-line client for tldr pages
MIT License
296 stars 49 forks source link

Add command to display platform specific page #46

Closed Mark1626 closed 4 years ago

Mark1626 commented 4 years ago

What does it do?

Implements the missing commands from the node client

Why the change?

Requested in #22

How can this be tested?

Compile the new version and run against any new command and check if the output matches with output --platform flag

Where to start code review?

1) In the main function of tldr.c 2) print_usage function in tldr.c

Relevant tickets?

22

Questions?

Mark1626 commented 4 years ago

cc\ @Leandros