Skip to main content

ProjectOutputFormat

Type Alias ProjectOutputFormat 

Source
pub type ProjectOutputFormat = OutputFormat;
Expand description

Backwards-compatible alias retained while task/project output modules transition.

Aliased Type§

pub enum ProjectOutputFormat {
    Table,
    Json,
    Csv,
    Markdown,
}

Variants§

§

Table

Human-readable table; renders vertically for single records.

§

Json

JSON representation suitable for scripting.

§

Csv

Comma separated value export.

§

Markdown

Markdown friendly tables.