Skip to content

Make tabular directly print result? #2

@drkameleon

Description

@drkameleon

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 tabular output its result
  • or make it work like e.g. info: when called, it prints its results; but with .get it returns it (in the weird case where we actually need the result)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions