summaryrefslogtreecommitdiffstats
path: root/imag-store/src/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'imag-store/src/ui.rs')
-rw-r--r--imag-store/src/ui.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/imag-store/src/ui.rs b/imag-store/src/ui.rs
index 220c8433..a317a445 100644
--- a/imag-store/src/ui.rs
+++ b/imag-store/src/ui.rs
@@ -181,4 +181,9 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
.help("Remove Store Entry with this path. Root (/) is the store itself")
.value_name("PATH"))
)
+
+ .subcommand(SubCommand::with_name("verify")
+ .about("Verify the store")
+ .version("0.1")
+ )
}