Back to explore

JevでCLIサブコマンドの候補提案ツールを作成

著者はJevを使い、サブコマンドの打ち間違いに対して意味的に「もしかして?」を提案するCLIツールラッパーを作成。例として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