documentation: consistent format for actions help

This commit is contained in:
Anund
2025-01-03 23:53:22 +11:00
committed by Mitchell Hashimoto
parent 148a009a95
commit 168dd31367
9 changed files with 43 additions and 23 deletions

View File

@@ -45,12 +45,12 @@ pub const Action = enum {
// Validate passed config file
@"validate-config",
// List, (eventually) view, and (eventually) send crash reports.
@"crash-report",
// Show which font face Ghostty loads a codepoint from.
@"show-face",
// List, (eventually) view, and (eventually) send crash reports.
@"crash-report",
pub const Error = error{
/// Multiple actions were detected. You can specify at most one
/// action on the CLI otherwise the behavior desired is ambiguous.