75lb/command-line-usage

permit header-only sections

75lb opened this issue · 0 comments

75lb commented

Currently, a section with a header but no content will not render. Fix it so the following will render, printing the header only.

{
  header: 'My title',
  content: ''
}