diff options
Diffstat (limited to 'examples/example-exitcode')
| -rw-r--r-- | examples/example-exitcode/page.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-exitcode/page.toml b/examples/example-exitcode/page.toml index f0be05c..96329ba 100644 --- a/examples/example-exitcode/page.toml +++ b/examples/example-exitcode/page.toml @@ -4,7 +4,7 @@ name = "Exitcode" icon = "🚪" category = "runtime" desc = """ -Example Error Handling +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"] |
