mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-19 14:00:29 +00:00
documentation: consistent format for actions help
This commit is contained in:
committed by
Mitchell Hashimoto
parent
148a009a95
commit
168dd31367
@@ -15,9 +15,11 @@ pub const Options = struct {
|
||||
}
|
||||
};
|
||||
|
||||
/// The `help` command shows general help about Ghostty. You can also specify
|
||||
/// `--help` or `-h` along with any action such as `+list-themes` to see help
|
||||
/// for a specific action.
|
||||
/// The `help` command shows general help about Ghostty. Recognized as either
|
||||
/// `-h, `--help`, or like other actions `+help`.
|
||||
///
|
||||
/// You can also specify `--help` or `-h` along with any action such as
|
||||
/// `+list-themes` to see help for a specific action.
|
||||
pub fn run(alloc: Allocator) !u8 {
|
||||
var opts: Options = .{};
|
||||
defer opts.deinit();
|
||||
|
||||
Reference in New Issue
Block a user