add flake evaluator, make hydraJob outputs optional
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -7,5 +7,8 @@ def parse_inputs():
|
||||
parser.add_argument(
|
||||
"flake_path", metavar="flake-path", help="path to flake to evaluate"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--keep-hydra", action="store_true",help="allow evaluating Hydra jobs"
|
||||
)
|
||||
args = parser.parse_args()
|
||||
return args
|
||||
|
Reference in New Issue
Block a user