peridot
peridot copied to clipboard
feat(peridot-cli/task-info): fetch and display task details
TL;DR
Added a new task_info
command integrated with the tablewriter
library to generate ASCII tables.
What changed?
- Updated
go.mod
andgo.sum
to includegithub.com/olekukonko/tablewriter v0.0.5
as an indirect dependency. - Introduced a new file
peridot/cmd/v1/peridot/task_info.go
implementing thetask_info
command, which usestablewriter
to output task information in a table format.