Skip to content

Commit

Permalink
Add cli option to supply path to the construct yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Mills <[email protected]>
  • Loading branch information
millsks committed Oct 25, 2023
1 parent fec1f98 commit 2a30de4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions constructor/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@ def main():
action="store",
metavar="CONDA_EXE")

p.add_argument('--construct-yaml-path',
help="path to construct YAML file ready by constructor",
action="store",
metavar="CONSTRUCT_YAML_PATH",
default="construct.yaml")

p.add_argument('dir_path',
help="directory containing construct.yaml",
action="store",
Expand Down

0 comments on commit 2a30de4

Please sign in to comment.