summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFinn Hediger <finn.hediger@thurweb.ch>2021-01-13 21:02:35 +0100
committerAbin Simon <abinsimon10@gmail.com>2021-01-14 14:21:44 +0530
commitfc5a1b5da65c2a1c8fd7cd277349310e81b8a9b0 (patch)
treea42cfaec411223f068c1ab084723b2212b197cca
parent7d5acedc203d0395eba4c3bc5cdda754050f4b60 (diff)
Remove forgotten comments
-rw-r--r--src/app.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/app.rs b/src/app.rs
index ee14b0c..aec2be6 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -53,13 +53,6 @@ pub fn build() -> App<'static, 'static> {
.number_of_values(1)
.help("Whether to use fancy or unicode icons"),
)
- // .arg(
- // Arg::with_name("icon-spacing")
- // .long("icon-spacing")
- // .takes_value(true)
- // .number_of_values(1)
- // .help("The string between the icon and the name"),
- // )
.arg(
Arg::with_name("indicators")
.short("F")