Skip to content

Commit

Permalink
surround user data full border
Browse files Browse the repository at this point in the history
  • Loading branch information
doneill committed Dec 29, 2023
1 parent c725388 commit 4f0484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func user() {

table := tablewriter.NewWriter(os.Stdout)
table.SetHeader([]string{"Username", "Email", "First Name", "Last Name", "ID", "Pin", "Subject ID"})
table.SetBorders(tablewriter.Border{Left: true, Top: false, Right: true, Bottom: false})
table.SetBorders(tablewriter.Border{Left: true, Top: true, Right: true, Bottom: true})
table.SetCenterSeparator("|")
table.Append(userData)

Expand Down

0 comments on commit 4f0484f

Please sign in to comment.