skygragon / leetcode-cli

A cli tool to enjoy leetcode!
MIT License
3.65k stars 459 forks source link

[Feature Request] support rust lang #155

Closed perklet closed 5 years ago

perklet commented 5 years ago

Problem Summary

Invalid values: Argument: l, Given: "rust", Choices: "bash", "c", "cpp", "csharp", "golang", "java", "javascript", "kotlin", "mysql", "python", "python3", "ruby", "scala", "swift"

skygragon commented 5 years ago

rust support has been merged while not released yet. You could try latest dev version via npm install -g skygragon/leetcode-cli

skygragon commented 5 years ago

see #142