From c4af8deca4899e4983fddc09bcc83328c8280dcf Mon Sep 17 00:00:00 2001 From: hahwul Date: Tue, 9 Feb 2021 02:50:50 +0900 Subject: [PATCH] Change options model --- pkg/model/options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/model/options.go b/pkg/model/options.go index 09b7999..9640089 100644 --- a/pkg/model/options.go +++ b/pkg/model/options.go @@ -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