printer/plainprinter.go
changeset 282 46b37f928ab9
parent 268 4dd196a4ee7c
equal deleted inserted replaced
281:ab781477cc9b 282:46b37f928ab9
    11 	"os"
    11 	"os"
    12 	"reflect"
    12 	"reflect"
    13 	"time"
    13 	"time"
    14 
    14 
    15 	"github.com/McKael/madon/v3"
    15 	"github.com/McKael/madon/v3"
    16 	"github.com/McKael/madonctl/printer/html2text"
    16 	"github.com/McKael/madonctl/v3/printer/html2text"
    17 )
    17 )
    18 
    18 
    19 // PlainPrinter is the default "plain text" printer
    19 // PlainPrinter is the default "plain text" printer
    20 type PlainPrinter struct {
    20 type PlainPrinter struct {
    21 	Indent      string
    21 	Indent      string