Do simple reads from disk

This commit is contained in:
Dominik Werder
2021-04-01 09:02:04 +02:00
parent 6dbc7cb605
commit dd7c028a41
7 changed files with 104 additions and 28 deletions

View File

@@ -11,7 +11,6 @@ pub struct Opts {
#[derive(Debug, Clap)]
pub enum SubCmd {
Version,
Retrieval(Retrieval),
}