fix(cli): make auto_layout work through the cli (#2227)
This commit is contained in:
parent
dc9505d088
commit
a263c34925
1 changed files with 1 additions and 0 deletions
|
|
@ -324,6 +324,7 @@ impl From<CliOptions> for Options {
|
|||
scrollback_editor: opts.scrollback_editor,
|
||||
session_name: opts.session_name,
|
||||
attach_to_session: opts.attach_to_session,
|
||||
auto_layout: opts.auto_layout,
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue