blob: 96329ba9e6ffb913a9d7ada63d300d11d093d6a6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
[example]
id = "example-exitcode"
name = "Exitcode"
icon = "🚪"
category = "runtime"
desc = """
Shows how to set custom exit codes using `ExitCodeSetup` and the `finish` hook to signal success or failure to the shell.
"""
tags = ["ExitCode"]
files = ["src/main.rs", "Cargo.toml"]
|