[][src]Function task_hookrs::tw::query

pub fn query(query: &str) -> Result<Vec<Task>>

This will give you all tasks which match the given query in the taskwarrior query syntax. This is not sanitized. Never get the query string from an untrusted user.