quiet-cli-0.0.5 is not a library.
quiet
🇬🇧 English version | 🇷🇺 Русская версия
This utility lets you suppress unnecessary output, but displays errors when they occur:
Output:
[ERROR]: No such file or directory (os error 2)
In the latest version, I’ve also added error handling not only for shell-level issues (e.g., command not found), but also for errors within commands themselves:
Output:
[ERROR]: git: 'lig' is not a git command. See 'git --help'.
The most similar commands are:
log
Installation
To install, you’ll need cargo:
If you get Command 'quiet' not found, you need to add ~/.cargo/bin to your PATH:
Building from source
You’ll also need cargo to build from source:
The binary will be located in ./target/release/.