Skip to content

Commit

Permalink
Change options model
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Feb 8, 2021
1 parent 98291e8 commit c4af8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/model/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package model
type Options struct {
Files []string
Append bool
ChunkedLine bool
ChunkedSize bool
ChunkedLine int
ChunkedSize string
Prefix string
Suffix string
WithTimestamp bool
Expand Down

0 comments on commit c4af8de

Please sign in to comment.