Skip to content

Commit

Permalink
Update README.md for Logger Example
Browse files Browse the repository at this point in the history
- Changed Command Name to 'logger'.
- Added a Command `examples` field.
  • Loading branch information
00JCIV00 authored Oct 23, 2024
1 parent c21b1fb commit 54d48c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ logger --log-level info
// ...
pub const CommandT = cova.Command.Custom(.{...});
pub const setup_cmd = CommandT{
.name = "log_enum",
.name = "logger",
.description = "A small demo of using the Log Level Enum as an Option.",
.examples = &.{ "logger --log-level info" },
.opts = &.{
.{
.name = "log_level",
Expand Down

0 comments on commit 54d48c9

Please sign in to comment.