Update pkg/cmd/search_repo.go

Co-authored-by: George Jenkins <gvjenkins@gmail.com>
Signed-off-by: Kazuhiro Suzuki <ksauzz@proton.me>
pull/13421/head
Kazuhiro Suzuki 2 weeks ago committed by GitHub
parent 16f0ae7dc1
commit 4c440df751
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -98,7 +98,7 @@ func newSearchRepoCmd(out io.Writer) *cobra.Command {
f.StringVar(&o.version, "version", "", "search using semantic versioning constraints on repositories you have added")
f.UintVar(&o.maxColWidth, "max-col-width", 50, "maximum column width for output table")
f.BoolVar(&o.failOnNoResult, "fail-on-no-result", false, "search fails if no results are found")
f.BoolVar(&o.withTimeStamps, "with-timestamps", false, "print created timestamps on output table")
f.BoolVar(&o.withCreatedTimeStamp, "with-created-timestamp", false, "print created timestamp on output table")
bindOutputFlag(cmd, &o.outputFormat)

Loading…
Cancel
Save