j178 / leetgo

Best LeetCode friend for geek. :snowboarder:
MIT License
539 stars 32 forks source link

feat: support flexible target case parameter #169

Closed j178 closed 1 year ago

j178 commented 1 year ago
leetgo test -t 1      # run first case only
leetgo test -t -1     # run last case only
leetgo test -t 1,3    # run first and third case
leetgo test -t 1,3-5  # run first, thrid, forth and fifth case