mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
FEATURE: Add experimental --reportmax flag (#2719)
This commit is contained in:
@@ -72,6 +72,9 @@ var (
|
||||
// variable name is easy to grep for when we make the conversion.
|
||||
var SkinnyReport = true
|
||||
|
||||
// MaxReport represents how many records to show if SkinnyReport == true
|
||||
var MaxReport = 5
|
||||
|
||||
// ConsolePrinter is a handle for the console printer.
|
||||
type ConsolePrinter struct {
|
||||
Reader *bufio.Reader
|
||||
|
Reference in New Issue
Block a user