peridot icon indicating copy to clipboard operation
peridot copied to clipboard

feat(peridot-cli/task-info): fetch and display task details

Open NeilHanlon opened this issue 7 months ago • 3 comments

TL;DR

Added a new task_info command integrated with the tablewriter library to generate ASCII tables.

What changed?

  • Updated go.mod and go.sum to include github.com/olekukonko/tablewriter v0.0.5 as an indirect dependency.
  • Introduced a new file peridot/cmd/v1/peridot/task_info.go implementing the task_info command, which uses tablewriter to output task information in a table format.

NeilHanlon avatar Jul 27 '24 02:07 NeilHanlon