Add check_command_available
functionality for basic-cli
#223
Labels
good first issue
Good for newcomers
check_command_available
functionality for basic-cli
#223
Here is an example rust implementation from roc-lang/roc/crates/utils/command/src/lib.rs.
This will be useful for scripts to check a command exists before trying to run it.
The text was updated successfully, but these errors were encountered: