Skip to content

Make the output file an explicit flag, rather than a positional arg #228

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Nov 3, 2022

Conversation

calebbrown
Copy link
Contributor

Use -out=file to specify the output file, rather than as a positional arg.

This change is important for simplifying the CLI for criticality_score, so it was applied across all the commands.

The following changes were made to support this:

  • A flag was added to outfile for the filename
  • The capability to transform filenames was added to outfile (to support run-ids in enumeration)
  • All the READMEs were updated.

This changes moves us closer to deprecating the Python version

This moves criticality_score to a simpler API.

All the binaries were updated to remain consistent.

Signed-off-by: Caleb Brown <[email protected]>
Signed-off-by: Caleb Brown <[email protected]>
Signed-off-by: Caleb Brown <[email protected]>
oliverchang
oliverchang previously approved these changes Nov 3, 2022
Signed-off-by: Caleb Brown <[email protected]>
@calebbrown calebbrown merged commit 219893c into main Nov 3, 2022
@calebbrown calebbrown deleted the outfile_change branch November 3, 2022 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants