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

Add ability to not include default scripts in exports and imports #350

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

phalestrivir
Copy link
Contributor

This PR adds the ability to specify whether to include default scripts in an export or import in an attempt to avoid exporting or importing "protected" scripts (i.e. scripts that can't be deleted). By default, the default scripts are not included, unless otherwise specified using the -d or --default flags. This PR relies on another PR in frodo-lib of the same title.

@vscheuber vscheuber merged commit 0481d01 into rockcarver:main Jan 5, 2024
8 of 9 checks passed
@phalestrivir phalestrivir deleted the feature/filter-default-scripts branch January 5, 2024 15:10
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