Show single entries

This commit is contained in:
Joscha 2021-12-13 18:59:44 +00:00
parent 6365d2621b
commit 34a053cbe4
5 changed files with 81 additions and 5 deletions

View file

@ -8,5 +8,6 @@ mod eval;
mod files;
fn main() -> anyhow::Result<()> {
cli::run()
cli::run()?;
Ok(())
}