Merge pull request #290 from matthiasbeyer/imag-store/remove-false-arggroup

Remove false grouping from UI
This commit is contained in:
Matthias Beyer 2016-03-26 13:57:20 +01:00
commit 953b10fe16
1 changed files with 0 additions and 4 deletions

View File

@ -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")