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 save "local" help only #4388

Merged
merged 4 commits into from
Aug 26, 2023

Commits on Aug 1, 2023

  1. Add ability to save "local" help only

    An additional keyword argument, "local_only", is now recorgnized
    by Help(). If true, and "append" is True, then only project-defined
    help messages are saved into the help text. That is, save help added
    by calls to AddOption, but not SCons' own help, which is added
    a different way.
    
    Fixes SCons#2356
    Fixes SCons#3686
    
    Signed-off-by: Mats Wichmann <mats@linux.com>
    mwichmann committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1bdca14 View commit details
    Browse the repository at this point in the history
  2. Further tweak user guide Help description [skip appveyor]

    Signed-off-by: Mats Wichmann <mats@linux.com>
    mwichmann committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    70b6446 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update Help note in CHANGES, RELEASE [skip ci]

    Signed-off-by: Mats Wichmann <mats@linux.com>
    mwichmann committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    99e9783 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    7e8853f View commit details
    Browse the repository at this point in the history