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

cleanup publish debug options (format/presentation) #1008

Merged
merged 2 commits into from
Jul 1, 2024

Commits on Jul 1, 2024

  1. cleanup publish debug options (format/presentation)

    Updating the configuration handling of publish debugging options to
    promote the uses of dashes of underscores (e.g. `headers-and-data` over
    `headers_and_data`). Both values are still accepted, but the dash
    variant will be the value shown in documentation.
    
    This commit also adjusts the configuration check to explicitly list
    supported options. The previous use of populating values from the
    enumeration does not work for all desired entries. Best to list the
    explicit values we want to inform a user on.
    
    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    ea28688 View commit details
    Browse the repository at this point in the history
  2. doc: promote an alternative headers-and-data format for publish-debug

    The option `headers-and-data` is preferred value for the debugging
    mode; updating documentation to reflect this.
    
    Signed-off-by: James Knight <james.d.knight@live.com>
    jdknight committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    2fcbbfa View commit details
    Browse the repository at this point in the history