Add doc comment for the on_force_close option

This commit is contained in:
Kunal Mohan 2021-07-09 00:42:06 +05:30
parent 67ee63548a
commit 56af1d8640

View File

@ -55,6 +55,7 @@ pub struct Options {
#[structopt(long)]
#[serde(default)]
pub disable_mouse_mode: bool,
/// Set behaviour on force close (quit or detach)
#[structopt(long)]
pub on_force_close: Option<OnForceClose>,
}