Skip to content

Commit

Permalink
fixup! svd: add a CLI with utility scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannilsen committed Nov 21, 2024
1 parent 042d12a commit ea809c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/svd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,7 @@ def cmd_content_gen(args: argparse.Namespace) -> None:
else:
input_file = sys.stdin.buffer if "b" in input_mode else sys.stdin

options = svd.Options(
parent_relative_cluster_address=True,
)
options = svd.Options()
if args.svd_parse_options:
options = dataclasses.replace(options, **args.svd_parse_options)

Expand Down

0 comments on commit ea809c8

Please sign in to comment.