From 2772db19a9cf091056e29c8657dbc23c8c789c20 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Thu, 3 Jul 2025 16:52:52 -0600 Subject: [PATCH] WIP ent --- src/bin/ent/main.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/bin/ent/main.rs b/src/bin/ent/main.rs index 83cb908..238bbe3 100644 --- a/src/bin/ent/main.rs +++ b/src/bin/ent/main.rs @@ -16,6 +16,14 @@ struct Args { enum Commands { /// List issues. List, + // Mdbook { + // /// The name of the recipe to create MD Book for. + // target: String, + // }, + // Info { + // /// The name of the recipe to show info for. + // target: String, + // }, } fn main() -> anyhow::Result<()> {