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

[component] Apply plugopts from cmdline gently #3855

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 26, 2024

  1. [component] Apply plugopts from cmdline gently

    When plugopts are set both in a loaded preset and in cmdline, we should
    merge the options instead of blindly using cmdline ones.
    
    This means preset plugopt options not present in cmdline are added,
    while preset plugopt options also present in cmdline are ignored.
    
    Closes: sosreport#3855
    
    Signed-off-by: Pavel Moravec <[email protected]>
    pmoravec committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    616d021 View commit details
    Browse the repository at this point in the history