diff options
Diffstat (limited to 'examples/example-command-macro/page.toml')
| -rw-r--r-- | examples/example-command-macro/page.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/example-command-macro/page.toml b/examples/example-command-macro/page.toml new file mode 100644 index 0000000..fe36d7a --- /dev/null +++ b/examples/example-command-macro/page.toml @@ -0,0 +1,10 @@ +[example] +id = "example-command-macro" +name = "Command Macro" +icon = "🚀" +category = "advanced" +desc = """ +Introduced how to use the `#[command]` macro to generate commands with minimal boilerplate +""" +tags = ["#[command]", "dispatcher!", "#[chain]"] +files = ["src/main.rs", "Cargo.toml"] |
