From 337674b0736f275c579f3355aa12c8900ccccfe9 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 9 Jul 2021 11:55:33 +0200 Subject: [PATCH] Improve clarity of precedence in options --- zellij-utils/src/input/options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zellij-utils/src/input/options.rs b/zellij-utils/src/input/options.rs index 461f5c34..cdb61a85 100644 --- a/zellij-utils/src/input/options.rs +++ b/zellij-utils/src/input/options.rs @@ -32,7 +32,7 @@ impl FromStr for OnForceClose { #[derive(Clone, Default, Debug, PartialEq, Deserialize, Serialize, StructOpt)] /// Options that can be set either through the config file, -/// or cli flags +/// or cli flags - cli flags should take precedence over the config file pub struct Options { /// Allow plugins to use a more simplified layout /// that is compatible with more fonts