voiage.cli.calculate_implementation_strategy
calculate_implementation_strategy
Section titled “calculate_implementation_strategy”calculate_implementation_strategy([positional or keyword] specification_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON implementation-strategy comparison specification'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the implementation comparison result')) -> NoneCalculate fixture-backed implementation-strategy comparison VOI.
Parameters:
specification_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON implementation-strategy comparison specification'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the implementation comparison result'))
Returns: None