This bit of code is intended for use with fmt(), and allows for us
to layer symbol bindings on top of the environment used for string
interpolation which provide syntactic sugar for common formatting components.
task_formats(g = NULL, nodes = V(g), task = NULL, tasks = list(task))task_graph object.
graph nodes to format.
task to format.
currently unused.