This commit is contained in:
Sebastian Kuzminsky 2025-07-03 16:52:52 -06:00
parent 53c5d03ab7
commit 2772db19a9

View file

@ -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<()> {