fix(cli): make auto_layout work through the cli (#2227)

This commit is contained in:
Aram Drevekenin 2023-03-06 13:54:15 +01:00 committed by GitHub
parent dc9505d088
commit a263c34925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
}
}