Supercraft888 / lFinder

An open source command line interface link checker that will look for dead links. Made for DPS909 for release 0.1
ISC License
1 stars 4 forks source link

Add option to check version information #10

Closed katyasichov closed 4 years ago

katyasichov commented 4 years ago

This fixes issue-9. Added option to check the version number of the tool. Version number is printed along with the tool name. The output of the command is customized and printed in the box.

Usage: lFinder -v or lFinder --version

Supercraft888 commented 4 years ago

Thank you for the pull request! I'll be merging this since you saved me a ton of headaches trying to figure out how to use yargs properly! Once again, thank you!