splurf / cmd-exists

Determine the existense of a command/program.

Home Page:https://crates.io/crates/cmd-exists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cmd-exists

Crate

Incredibly tiny library with the sole purpose of determining whether a command/program exists in the user's shell.

Usage

use cmd_exists::*;

fn main() {
    assert!(cmd_exists("neofetch").is_ok());
}

About

Determine the existense of a command/program.

https://crates.io/crates/cmd-exists

License:MIT License


Languages

Language:Rust 100.0%