summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/cli.rs
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2022-07-24 21:30:58 +0900
committerGitHub <noreply@github.com>2022-07-24 21:30:58 +0900
commit09481aac1986b7486e92d9dcd2baeb96a5d71e6e (patch)
treec64e376d003e9fb01d5f5567854e4bb5d816243d /zellij-utils/src/cli.rs
parenteacac9fe67d6cebb27b7f5bcff4f35ca399b13ce (diff)
feat: support `themes` directory (#1577)
* feat: add serde struct for theme file * feat: update client to load the theme palette * feat: merge themes in the setup phase * chore: delete debug message in test * feat: add theme_dir options * fix: boxing large enum variant
Diffstat (limited to 'zellij-utils/src/cli.rs')
-rw-r--r--zellij-utils/src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/cli.rs b/zellij-utils/src/cli.rs
index c8a3ba1d0..a947f9434 100644
--- a/zellij-utils/src/cli.rs
+++ b/zellij-utils/src/cli.rs
@@ -91,7 +91,7 @@ pub enum Sessions {
/// Change the behaviour of zellij
#[clap(subcommand, name = "options")]
- options: Option<SessionCommand>,
+ options: Option<Box<SessionCommand>>,
},
/// Kill the specific session