extension.toml
 1id = "slash-commands-example"
 2name = "Slash Commands Example"
 3description = "An example extension showcasing slash commands."
 4version = "0.1.0"
 5schema_version = 1
 6authors = ["Zed Industries <hi@zed.dev>"]
 7repository = "https://github.com/zed-industries/zed"
 8
 9[slash_commands.echo]
10description = "echoes the provided input"
11requires_argument = true
12
13[slash_commands.pick-one]
14description = "pick one of three options"
15requires_argument = true