working on it

This commit is contained in:
kai
2024-08-30 15:21:05 +01:00
committed by Puskar Basu
parent faead86d26
commit cd07bf20f1
148 changed files with 309 additions and 1711 deletions

View File

@@ -6,6 +6,7 @@ import (
"time"
"github.com/spf13/viper"
"github.com/turbot/pipe-fittings/utils"
"github.com/turbot/steampipe/pkg/cmdconfig"
"github.com/turbot/steampipe/pkg/connection_sync"
"github.com/turbot/steampipe/pkg/constants"
@@ -16,7 +17,6 @@ import (
"github.com/turbot/steampipe/pkg/interactive"
"github.com/turbot/steampipe/pkg/query"
"github.com/turbot/steampipe/pkg/steampipeconfig/modconfig"
"github.com/turbot/steampipe/pkg/utils"
)
func RunInteractiveSession(ctx context.Context, initData *query.InitData) error {