Add list-pages command

This commit is contained in:
Joscha 2022-10-22 19:24:58 +02:00
parent c40153be9f
commit 0e3d61d632
3 changed files with 40 additions and 12 deletions

View file

@ -1,7 +1,4 @@
mod ingest;
mod path;
mod reexport;
pub use ingest::ingest;
pub use path::path;
pub use reexport::reexport;
pub mod ingest;
pub mod list_pages;
pub mod path;
pub mod reexport;