WIP ent
This commit is contained in:
parent
53c5d03ab7
commit
2772db19a9
1 changed files with 8 additions and 0 deletions
|
|
@ -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<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue