PrintTaskByTable make a TaskPrinter, which prints the task by the `Table` implement of the console.
(c glue.ConsoleOperations)
| 65 | // PrintTaskByTable make a TaskPrinter, |
| 66 | // which prints the task by the `Table` implement of the console. |
| 67 | func PrintTaskByTable(c glue.ConsoleOperations) TaskPrinter { |
| 68 | return &printByTable{console: c} |
| 69 | } |
| 70 | |
| 71 | // PrintTaskWithJSON make a TaskPrinter, |
| 72 | // which prints tasks as json to the console directly. |
no outgoing calls
no test coverage detected