Use go template for output #46
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
Milestone
In the pipeline describe and pipeline run describe, we are defining constants and using them later for the table header and body while printing the output.
cli/pkg/cmd/pipeline/describe.go
Line 31 in 8ef40b2
cli/pkg/cmd/pipelinerun/describe.go
Line 30 in 8ef40b2
we can use https://golang.org/pkg/text/template/ for templatizing the output
The text was updated successfully, but these errors were encountered: