summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-06-28 09:19:10 -0400
committerDan Davison <dandavison7@gmail.com>2020-06-28 09:19:10 -0400
commitc72af55376fd003de52c78e6c514f7ce78a40d0c (patch)
tree5033b36017e6d0c52a8fe90d333d38d9cab41328
parent807163d50beb38524e3b039520be5891e6b3b3ff (diff)
Disable line numbers in color-only feature
-rw-r--r--src/features/color_only.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/features/color_only.rs b/src/features/color_only.rs
index 327111d6..1179822f 100644
--- a/src/features/color_only.rs
+++ b/src/features/color_only.rs
@@ -51,6 +51,12 @@ pub fn make_feature() -> Vec<(String, OptionValueFunction)> {
_opt => true
),
(
+ "line-numbers",
+ bool,
+ None,
+ _opt => false
+ ),
+ (
"tabs",
usize,
None,