timing broken

This commit is contained in:
kai
2024-09-13 15:49:23 +01:00
committed by Puskar Basu
parent c3c23d66e4
commit 6d7c5ce205
34 changed files with 84 additions and 504 deletions

View File

@@ -11,7 +11,6 @@ import (
"github.com/spf13/viper"
pconstants "github.com/turbot/pipe-fittings/constants"
"github.com/turbot/steampipe-plugin-sdk/v5/sperr"
"github.com/turbot/steampipe/pkg/constants"
"github.com/turbot/steampipe/pkg/db/db_common"
)
@@ -99,9 +98,9 @@ func showCache(_ context.Context, input *HandlerInput) error {
fmt.Printf(
`Caching is %s. To turn it %s, type %s`,
constants.Bold(currentStatusString),
constants.Bold(action),
constants.Bold(fmt.Sprintf(".cache %s", action)),
pconstants.Bold(currentStatusString),
pconstants.Bold(action),
pconstants.Bold(fmt.Sprintf(".cache %s", action)),
)
// add an empty line here so that the rendering buffer can start from the next line