interface FormatterOptions

Options for output formatting

Properties

optional
includeHeader: boolean

Include header comments

optional
listName: string

Filter list name for headers

optional
hostsIp: string

IP address to use for hosts format (default: 0.0.0.0)

optional
includeLocalhost: boolean

Include localhost entries in hosts format

Usage

import { type FormatterOptions } from ".";