mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-26 23:08:25 +00:00
Lots of 0.14 changes
This commit is contained in:
@@ -119,7 +119,7 @@ pub const Action = enum {
|
||||
// If help is requested, then we use some comptime trickery
|
||||
// to find this action in the help strings and output that.
|
||||
help_error => err: {
|
||||
inline for (@typeInfo(Action).Enum.fields) |field| {
|
||||
inline for (@typeInfo(Action).@"enum".fields) |field| {
|
||||
// Future note: for now we just output the help text directly
|
||||
// to stdout. In the future we can style this much prettier
|
||||
// for all commands by just changing this one place.
|
||||
|
||||
Reference in New Issue
Block a user