From 1e5548a247518cb21b910555416ab139963807da Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 16 Jul 2016 23:35:31 +0200 Subject: [PATCH] Remove seperate version passing --- imag-view/src/ui.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/imag-view/src/ui.rs b/imag-view/src/ui.rs index ae9180b0..3d6592ad 100644 --- a/imag-view/src/ui.rs +++ b/imag-view/src/ui.rs @@ -10,14 +10,6 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> { .help("View this entry at this store path") .value_name("ID")) - .arg(Arg::with_name("version") - .long("version") - .short("V") - .takes_value(true) - .required(true) - .help("View this version (youngest if not specified)") - .value_name("VERSION")) - .arg(Arg::with_name("versions") .long("versions") .takes_value(false)