Skip to content

Commit

Permalink
Export: adding export db args in args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaditya Chauhan committed Sep 17, 2024
1 parent 76c5b1e commit e2add89
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_export_db_opts(parser):
_add_generic_db_opts(parser, "export")


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

0 comments on commit e2add89

Please sign in to comment.