Skip to content
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

FAI-1122: --skip_saving_run #43

Merged
merged 1 commit into from
Jan 28, 2022
Merged

FAI-1122: --skip_saving_run #43

merged 1 commit into from
Jan 28, 2022

Conversation

willmarks
Copy link
Collaborator

@willmarks willmarks commented Jan 28, 2022

Description

Deprecates: --no_build_object
Adds: --skip_saving_run

Depends on

https://github.com/faros-ai/clio/pull/309

@willmarks willmarks requested a review from tovbinm January 28, 2022 21:50
@@ -240,7 +243,11 @@ function parseFlags() {
dry_run=1
shift ;;
--no_build_object)
no_build_object="true"
warn "no_build_object flag is deprecated, use skip_saving_run"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

printf couldn't handle when this message string has a -- in it so that is why the flags don't have that prefix.

@willmarks willmarks merged commit 6965478 into main Jan 28, 2022
@willmarks willmarks deleted the wm/FAI-1122_skipSavingRun branch February 24, 2022 23:24
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