Merge pull request #290 from matthiasbeyer/imag-store/remove-false-arggroup
Remove false grouping from UI
This commit is contained in:
commit
953b10fe16
1 changed files with 0 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue