aboutsummaryrefslogtreecommitdiff
path: root/examples/example-help/page.toml
blob: 94018c87464ec9607952541621f9a7fa85d692d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-help"
name = "Help"
icon = "💡"
category = "ux"
desc = """
Shows how to use the `#[help]` attribute to provide custom per-command help text that activates when the user passes `--help`.
"""
tags = ["#[help]"]
files = ["src/main.rs", "Cargo.toml"]