Skip to content

Commit

Permalink
fix(cli): make auto_layout work through the cli (zellij-org#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
imsnif authored Mar 6, 2023
1 parent dc9505d commit a263c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zellij-utils/src/input/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit a263c34

Please sign in to comment.