You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be as expected based on this specific check which checks that cmdconfig.Viper().GetString(constants.ArgOutput) == constants.OutputFormatTable - @kaidaguerre / @binaek will know better if this is still intended behaviour.
Note: It would probably be worthwhile ensuring that JSON/CSV outputs only provide timing while in interactive mode as it would break the content format for example: steampipe query "<some query>" --output=json --timing | jq <some jq func> would fail if we included the timing string.
.timing
does not print timing info when.output
is set to anything other than table.Steps:
Does not show
.timing
infoThe text was updated successfully, but these errors were encountered: