diff options
Diffstat (limited to 'docs/example-pages/examples.json')
| -rw-r--r-- | docs/example-pages/examples.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/example-pages/examples.json b/docs/example-pages/examples.json index 2a07365..349248e 100644 --- a/docs/example-pages/examples.json +++ b/docs/example-pages/examples.json @@ -95,6 +95,22 @@ ] }, { + "id": "example-command-macro", + "name": "Command Macro", + "icon": "🚀", + "category": "advanced", + "desc": "Introduced how to use the `#[command]` macro to generate commands with minimal boilerplate\n", + "tags": [ + "#[command]", + "dispatcher!", + "#[chain]" + ], + "files": [ + "src/main.rs", + "Cargo.toml" + ] + }, + { "id": "example-completion", "name": "Completion", "icon": "🔄", |
