-
Notifications
You must be signed in to change notification settings - Fork 42
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
add force option to generate that will call purge before generating, … #217
Conversation
…still need to check edgecases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens when you purge -f then generate -f. That will purge a second time, does that error?
Otherwise this looks great!
@LeStarch that's fine because the generate -f goes through all the purge logic so it realized those directories don't exist. This is the result from generate -f
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion
…still need to check edgecases
Change Description
Implements force generate the runs a purge
Rationale
QoL
Testing/Review Recommendations
fprime-util generate --force
Future Work