blob: 0aa6e6883cf3d9d6b5304b4f8dbaa8f7d4211250 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-basic"
name = "Basic"
icon = "🚀"
category = "core"
desc = """
Demonstrates the basic usage of Mingling with a simple `greet` subcommand that takes a name and prints a greeting.
"""
tags = ["dispatcher!", "#[chain]", "#[renderer]"]
files = ["src/main.rs", "Cargo.toml"]
|