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 {
|
enum Commands {
|
||||||
/// List issues.
|
/// List issues.
|
||||||
List,
|
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<()> {
|
fn main() -> anyhow::Result<()> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue