mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 19:42:38 +00:00
list_fonts and list_keybinds: Fix typos in documentation
test.yml: Switch to Windows Server 2022 and update Zig URL
This commit is contained in:
@@ -51,7 +51,7 @@ pub const Config = struct {
|
||||
///
|
||||
/// The `--bold` and `--italic` arguments can be used to filter results to
|
||||
/// specific styles. It is not guaranteed that only those styles are returned,
|
||||
/// it will just prioriiize fonts that match those styles.
|
||||
/// it will just prioritize fonts that match those styles.
|
||||
pub fn run(alloc: Allocator) !u8 {
|
||||
var iter = try std.process.argsWithAllocator(alloc);
|
||||
defer iter.deinit();
|
||||
|
||||
@@ -46,7 +46,7 @@ pub const Options = struct {
|
||||
/// for Ghostty
|
||||
///
|
||||
/// The `--plain` flag will disable formatting and make the output more
|
||||
/// friendly fro Unix tooling. This is default when not printing to a tty.
|
||||
/// friendly for Unix tooling. This is default when not printing to a tty.
|
||||
pub fn run(alloc: Allocator) !u8 {
|
||||
var opts: Options = .{};
|
||||
defer opts.deinit();
|
||||
|
||||
Reference in New Issue
Block a user