Skip to content

Commit

Permalink
Add README documentation for hideHeaders and hidePcbInfo options.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabodabo committed Jul 17, 2019
1 parent 425ed4f commit 08b2338
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ make_backup = %O.tmp
number_boards = 1
; Default PCB variant if none given on CLI with -r
board_variant = set(['2'])
; When set to 1, suppresses table/column headers and legends in the output file.
; May be useful for testing purposes.
hideHeaders = 0
; When set to 1, PCB information (version, component count, etc) is not shown in the output file.
; Useful for saving space in the HTML output and for ensuring CSV output is machine-parseable.
hidePcbInfo = 0
[IGNORE_COLUMNS]
; Any column heading that appears here will be excluded from the Generated BoM
Expand Down

1 comment on commit 08b2338

@hraftery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think they should have been hide_headers and hide_pcb_info.

Please sign in to comment.