Skip to main content

render_task_list

Function render_task_list 

Source
pub fn render_task_list(
    tasks: &[Task],
    format: TaskOutputFormat,
    tty: bool,
) -> Result<String>
Expand description

Render a collection of tasks in the requested format.

ยงErrors

Returns an error if serialization fails.