mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
Add doc comment for the on_force_close option
This commit is contained in:
parent
67ee63548a
commit
56af1d8640
@ -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…
Reference in New Issue
Block a user