UNPKG

@swell/cli

Version:

Swell's command line interface/utility

9 lines (8 loc) 160 B
export class Output { columns; pretty = false; constructor(columns, pretty) { this.columns = columns; this.pretty = pretty; } }