clearloop / leetcode-cli

May the code be with you 👻
MIT License
317 stars 54 forks source link

Feature request: please add a subcommand: link #94

Closed kgfly closed 1 year ago

kgfly commented 2 years ago

SUBCOMMANDS: link Return the http link of a problem .

"leetcode link 1"'s output is:

https://leetcode.com/problems/two-sum/

Reason: many people like me save the output to a file for later review. Adding the link will make it easier to jump back to the web.

Thanks.