Skip to content

Commit

Permalink
ttt
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v authored Sep 21, 2024
1 parent 7ccafbc commit 92690a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/msg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Option struct {
Flags []string `json:"flags"`
Description string `json:"description"`
Values []string `json:"values,omitempty"`
Default string `json:"default,omitempty"`
Default bool `json:"default,omitempty"`
}

type ScriptOutput struct {
Expand Down

0 comments on commit 92690a1

Please sign in to comment.