Skip to content

Commit

Permalink
feat(args): Add Compliance db opts
Browse files Browse the repository at this point in the history
  • Loading branch information
Smejky338 committed Sep 3, 2024
1 parent 5018985 commit b6d7582
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opl/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ def add_ros_db_opts(parser):
_add_generic_db_opts(parser, "ros")


def add_compliance_db_opts(parser):
_add_generic_db_opts(parser, "compliance")


def add_kafka_opts(parser):
parser.add_argument(
"--kafka-host",
Expand Down

0 comments on commit b6d7582

Please sign in to comment.