Run a command from a local or remote crate.
Like npx
and uvx
.
cargo install crx
crx [options] <crate> [args...]
-y, --yes
: Automatically confirm installation without prompting-v, --verbose
: Verbose output level (-v: show installation process)-q, --quiet
: Suppress all output during command execution
crx cowsay
crx --yes cowsay
crx --quiet cowsay
crx -v cowsay
crx -qy cowsay