Skip to content
New issue

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

Add option to hide table pipes and dashes #29

Open
bird-get opened this issue Apr 13, 2019 · 0 comments
Open

Add option to hide table pipes and dashes #29

bird-get opened this issue Apr 13, 2019 · 0 comments

Comments

@bird-get
Copy link
Owner

Tables are currently presented like so (using avinfo for example):

key            | value             
---------------|-------------------
display name   | John Doe
username       | john.doe
language       | en                
group tag      | none              
hover height   | 0.000000  

It would be nice if there was an option to hide the pipes, so the output would be more like:

key            value             
---------------------------------
display name   John Doe
username       john.doe
language       en                
group tag      none              
hover height   0.000000  

and/or:

key            value             

display name   John Doe
username       john.doe
language       en                
group tag      none              
hover height   0.000000  
@bird-get bird-get added this to To do in Development via automation Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development
  
To do
Development

No branches or pull requests

1 participant