mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Improve doc for Options::log_level
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
64e948f941
commit
62bce2f52f
1 changed files with 6 additions and 0 deletions
|
@ -149,6 +149,12 @@ struct Options {
|
|||
/// Utility log level
|
||||
///
|
||||
/// Set to `debug` when submitting a bug report.
|
||||
/// Set to `info` to only print useful information.
|
||||
/// Set to `Warn` to only print on hazardous situations.
|
||||
/// Set to `Error` to only print serious errors.
|
||||
///
|
||||
/// Set to `off` to disable logging completely, this will also
|
||||
/// disable output from `cargo-install`.
|
||||
#[clap(
|
||||
help_heading = "Meta",
|
||||
long,
|
||||
|
|
Loading…
Add table
Reference in a new issue