Skip to content

Commit

Permalink
chore(cmd/immuclient): display raw column selector in table header
Browse files Browse the repository at this point in the history
Signed-off-by: Jeronimo Irazabal <jeronimo.irazabal@gmail.com>
  • Loading branch information
jeroiraz committed Oct 4, 2023
1 parent d6b5407 commit f0f31d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/immuclient/immuc/sql.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ func renderTableResult(resp *schema.SQLQueryResult) string {
consoleTable.Append(row)
}

consoleTable.SetAutoFormatHeaders(false)
consoleTable.Render()
return result.String()
}

0 comments on commit f0f31d8

Please sign in to comment.