mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-07 20:50:03 +00:00
Update doc on BinstallError::UserAbort
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b921e9dfc8
commit
f4dd75ef9b
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ pub enum BinstallError {
|
||||||
#[diagnostic(severity(error), code(binstall::internal::task_join))]
|
#[diagnostic(severity(error), code(binstall::internal::task_join))]
|
||||||
TaskJoinError(#[from] task::JoinError),
|
TaskJoinError(#[from] task::JoinError),
|
||||||
|
|
||||||
/// The installation was cancelled by a user at a confirmation prompt.
|
/// The installation was cancelled by a user at a confirmation prompt,
|
||||||
|
/// or user send a ctrl_c on all platforms or
|
||||||
|
/// `SIGINT`, `SIGHUP`, `SIGTERM` or `SIGQUIT` on unix to the program.
|
||||||
///
|
///
|
||||||
/// - Code: `binstall::user_abort`
|
/// - Code: `binstall::user_abort`
|
||||||
/// - Exit: 32
|
/// - Exit: 32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue