Add clap subcommand for dumping
This commit is contained in:
parent
2b7706424a
commit
35fd0f2b9c
1 changed files with 5 additions and 0 deletions
|
@ -205,4 +205,9 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
|
|||
.about("Verify the store")
|
||||
.version("0.1")
|
||||
)
|
||||
|
||||
.subcommand(SubCommand::with_name("dump")
|
||||
.about("Dump the complete store to stdout. Currently does only support JSON")
|
||||
.version("0.1")
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue