Skip to content

Commit

Permalink
Command line compatibility with <2.7.0
Browse files Browse the repository at this point in the history
- highlight-pin1 with no option support
  • Loading branch information
set-soft authored and qu1ck committed Aug 1, 2023
1 parent fd7ad51 commit 5beb871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InteractiveHtmlBom/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,9 @@ def add_options(cls, parser, version):
action='store_true')
parser.add_argument('--highlight-pin1',
default=cls.highlight_pin1_choices[0],
const=cls.highlight_pin1_choices[1],
choices=cls.highlight_pin1_choices,
nargs='?',
help='Highlight first pin.')
parser.add_argument('--no-redraw-on-drag',
help='Do not redraw pcb on drag by default.',
Expand Down

0 comments on commit 5beb871

Please sign in to comment.