Back to explore

Jev로 CLI 하위 명령어 제안 도구 제작

저자는 Jev로 CLI 도구 래퍼를 만들어 하위 명령어 오타 시 의미 기반 "Did you mean?" 제안을 제공합니다. 예: git record를 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