Skip to content

Commit

Permalink
feat: update style description
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Sep 5, 2024
1 parent 5f8dfbe commit a52b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.zig
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub const setup_cmd: CommandT = .{
},
.{
.name = "style",
.description = "Set output style (default, columns, crypto, grid, blocks).",
.description = "Set output style (default, columns, crypto, grid, blocks, rain).",
.short_name = 's',
.long_name = "style",
.val = ValueT.ofType(Style, .{ .name = "style_val", .default_val = Style.default, .alias_child_type = "string" }),
Expand Down

0 comments on commit a52b7ca

Please sign in to comment.