DEV Community

Discussion on: Building a native CLI with Kotlin and GraalVM

Collapse
 
redeemefy profile image
redeemefy

It is possible to register the command so instead of running ./f1 drivers you can do f1 driver?

Collapse
 
jangroot profile image
JanGroot

either add the binary to your path, or copy the binary to a directory already on your path Gilberto.