Config object for the filter command.

interface Filter {
    compress: boolean;
    filter: CardDB.Options.CardFilter;
    logger?: BasicLogger;
    output: string;
    path: string;
}
Hierarchy
Index

Properties

compress: boolean

When true, the output CardDB is compressed.

Config for CardDB.CardFilter.

logger?: BasicLogger

Optional logger interface.

output: string

Output file path for filtered card JSON DB.

path: string

Input card JSON DB file path.