summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2023-11-19 07:01:56 -0500
committerDan Davison <dandavison7@gmail.com>2023-11-19 07:01:56 -0500
commite915633bc2859d0c9fca660907f62c8fffb518a8 (patch)
tree0bd7e0248caf4917991ff472963bcb349f8e419f
parentbfb49c1915bf51d344b171316142210bcb843a04 (diff)
Split values in CLI specplustik-feat/generate_completion
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 3617e8d0..90935a3a 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -601,7 +601,7 @@ pub struct Opt {
/// affect delta's performance when entire files are added/removed.
pub line_buffer_size: usize,
- #[arg(long = "line-fill-method", value_name = "STRING", value_parser = ["ansi spaces"])]
+ #[arg(long = "line-fill-method", value_name = "STRING", value_parser = ["ansi", "spaces"])]
/// Line-fill method in side-by-side mode.
///
/// How to extend the background color to the end of the line in side-by-side mode. Can be ansi