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

Added feature to specify plugins not to be run #113

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

mnrkbys
Copy link
Contributor

@mnrkbys mnrkbys commented Mar 7, 2024

Added a feature to specify plugins not to be run (add "-" at the end of the plugin name).
For example, the following command line can run all plugins except UNIFIEDLOGS, SCREENTIME, and XPROTECTDIAG.

% python ./mac_apt.py -o /Volumes/4n6Data/mac_apt_out/macOS_14.3.1 -d VMDK sample.vmdk ALL UNIFIEDLOGS- SCREENTIME- XPROTECTDIAG-

While this method may not be the best, it has the advantage of not requiring the implementation of new options.
Also, fixed some Flake8 errors.

@ydkhatri ydkhatri merged commit 89abb9d into ydkhatri:master Jul 28, 2024
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.

None yet

2 participants