Skip to content

Commit

Permalink
Updated MappingSuiteProcessor CLI-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolea Plesco committed Apr 21, 2022
1 parent 9144507 commit fe771a5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ def run(mapping_suite_id, opt_mappings_path=DEFAULT_MAPPINGS_PATH):
@click.option('-m', '--opt-mappings-path', default=DEFAULT_MAPPINGS_PATH)
def main(mapping_suite_id, opt_mappings_path):
"""
Process Mapping Suites (identified by mapping-suite-id).
If no mapping-suite-id is provided, all mapping suites from mappings directory will be processed.
Process Mapping Suite (identified by mapping-suite-id).
"""
run(mapping_suite_id, opt_mappings_path)

Expand Down

0 comments on commit fe771a5

Please sign in to comment.