-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now, tabular returns the table string, so we normally have to print tabular ....
I don't think there is a single time I have used it without printing.
The problem is that more than once, I might have used tabular [...] expecting to print, only to realize after some trial and error that it's not meant to print by itself.
So, the suggestion here would be to:
- either make
tabularoutput its result - or make it work like e.g.
info: when called, it prints its results; but with.getit returns it (in the weird case where we actually need the result)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request