Add doc comment for the on_force_close option
This commit is contained in:
parent
67ee63548a
commit
56af1d8640
1 changed files with 1 additions and 0 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue