aboutsummaryrefslogtreecommitdiff
path: root/examples/example-completion/page.toml
blob: adccd8636185d9f7c71645bea73c9066442e4c8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[example]
id = "example-completion"
name = "Completion"
icon = "🔄"
category = "ux"
desc = """
Demonstrates how to implement dynamic shell completion with `#[completion]` and generate scripts for bash, zsh, fish, and pwsh.
"""
tags = ["comp"]
files = ["src/main.rs", "build.rs", "Cargo.toml"]