From 23c3eda89db38470764cda86e7ff2a4c44195816 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 25 Mar 2016 19:24:08 +0100 Subject: [PATCH] Remove false grouping from UI --- imag-store/src/ui.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imag-store/src/ui.rs b/imag-store/src/ui.rs index c1d6ee9f..c6e49432 100644 --- a/imag-store/src/ui.rs +++ b/imag-store/src/ui.rs @@ -78,10 +78,6 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> { .short("r") .help("Print Entries as they are in the store")) - .group(ArgGroup::with_name("retrieve-print-group") - .args(&["header-json", "raw"]) - .required(true)) - .subcommand(SubCommand::with_name("filter-header") .about("Retrieve Entries by filtering") .version("0.1")