aboutsummaryrefslogtreecommitdiff
path: root/examples/example-command-macro/page.toml
blob: fe36d7a781f215843375807c4d01b6c76140e8e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
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"]