Add show command

This commit is contained in:
Joscha 2024-12-31 14:48:59 +01:00
parent aa4187fcd8
commit ceb987bbbc
5 changed files with 93 additions and 9 deletions

View file

@ -1,2 +1,3 @@
pub mod ingest;
pub mod path;
pub mod show;