Skip to content

Commit c9acf28

Browse files
committed
format table
1 parent f656eb1 commit c9acf28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/invoke.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func runInvocationHistory(cmd *cobra.Command, args []string) error {
271271
if len(table) == 1 {
272272
pterm.Info.Println("No invocations found.")
273273
} else {
274-
pterm.DefaultTable.WithHasHeader().WithBoxed().WithData(table).Render()
274+
pterm.DefaultTable.WithHasHeader().WithData(table).Render()
275275
}
276276
return nil
277277
}

0 commit comments

Comments
 (0)