Back to explore

Tạo công cụ gợi ý lệnh con CLI bằng Jev

Tác giả đã tạo trình bao công cụ CLI bằng Jev, gợi ý "Ý bạn là?" theo ngữ nghĩa khi gõ sai lệnh con, ví dụ git record thành git commit.

I created a CLI tool wrapper using Jev that semantically provides "Did you mean?" suggestions when you mistype a subcommand name. For example, if you type `git record`, it suggests `git commit`, and for `npm add`, it suggests `npm install`. syumai/jevyoumean

· 33 likesOpen on X