Only print empty cache message in terminal output (#47)
only print empty cache list in terminal output
This commit is contained in:
@@ -67,7 +67,7 @@ func NewCmdList() *cobra.Command {
|
|||||||
fmt.Printf("Showing %d of %d cache entries in %s/%s\n\n", displayedEntriesCount(len(caches), f.Limit), totalCaches, repo.Owner(), repo.Name())
|
fmt.Printf("Showing %d of %d cache entries in %s/%s\n\n", displayedEntriesCount(len(caches), f.Limit), totalCaches, repo.Owner(), repo.Name())
|
||||||
}
|
}
|
||||||
internal.PrettyPrintCacheList(caches)
|
internal.PrettyPrintCacheList(caches)
|
||||||
} else {
|
} else if isTerminalOutput {
|
||||||
fmt.Printf("There are no Actions caches currently present in this repo or for the provided filters\n")
|
fmt.Printf("There are no Actions caches currently present in this repo or for the provided filters\n")
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user