Module asciii::print[][src]

All the printing code lives here.

Structs

ListConfig

Configuration for this list output.

Enums

ListMode

Functions

dynamic_rows

Triggered by list --nothing

path_rows

produces the rows used in print_projects()

print_csv

Prints Projects as CSV

print_csv_year

Prints Projects as CSV

print_projects

Prints Projects Rows

show_details
simple_rows

Triggered by list --simple, usually you set this in your config under list/verbose: false.

verbose_rows

Triggered by list --verbose, usually you set this in your config under list/verbose.