pulsarctl icon indicating copy to clipboard operation
pulsarctl copied to clipboard

Add option to remove table boarder for the output

Open zymap opened this issue 2 years ago • 2 comments


Master issue

#1237

Motivation

Support output the table without boarder line

zymap avatar Oct 18 '23 09:10 zymap

@zymap:Thanks for your contribution. For this PR, do we need to update docs? (The PR template contains info about doc, which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)

github-actions[bot] avatar Oct 18 '23 09:10 github-actions[bot]

The output will be like this:

                             TOPIC NAME                                  PARTITIONED ?  
  persistent://public/default/testing-iceberg-yong                       Y              
  persistent://public/default/testing-iceberg-yong-new                   Y              
  persistent://public/default/testing-iceberg-yong-new1                  Y              
  persistent://public/default/testing-iceberg-yong-new2                  Y              
  persistent://public/default/__change_events                            N              
  persistent://public/default/testing-iceberg-yong-new-partition-0       N              
  persistent://public/default/testing-iceberg-yong-new-partition-1       N              
  persistent://public/default/testing-iceberg-yong-new1-partition-0      N              
  persistent://public/default/testing-iceberg-yong-new1-partition-1      N              
  persistent://public/default/testing-iceberg-yong-new1-partition-2      N              
  persistent://public/default/testing-iceberg-yong-new2-partition-0      N              
  persistent://public/default/testing-iceberg-yong-new2-partition-1      N              
  persistent://public/default/testing-iceberg-yong-new2-partition-2      N              
  persistent://public/default/testing-iceberg-yong-partition-0           N              
  persistent://public/default/testing-iceberg-yong-partition-1           N   

zymap avatar Oct 18 '23 09:10 zymap