We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the current behavior of printer.Table is to return every exported fields of the struct. (except complex fields like structs).
printer.Table
The lib we use allows a certain amounts of customization and we have the printer.Options to pass options to the various printers we have.
printer.Options
options
it would be nice to have a way to define the things we want to display, the separator, etc. for the printer.Table
The text was updated successfully, but these errors were encountered:
imo, table printer is pretty ugly right now, I will look for cleaning outputs to be more readable
Sorry, something went wrong.
fhacloid
No branches or pull requests
the current behavior of
printer.Table
is to return every exported fields of the struct. (except complex fields like structs).The lib we use allows a certain amounts of customization and we have the
printer.Options
to passoptions
to the various printers we have.it would be nice to have a way to define the things we want to display, the separator, etc. for the
printer.Table
The text was updated successfully, but these errors were encountered: