Skip to content

mention --disable-* option in --help output for boolean options enabled by default#3151

Merged
ocaisa merged 1 commit intoeasybuilders:developfrom
boegel:disable_help
Jan 6, 2020
Merged

mention --disable-* option in --help output for boolean options enabled by default#3151
ocaisa merged 1 commit intoeasybuilders:developfrom
boegel:disable_help

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Jan 6, 2020

fixes #3150

Output in --help before this change:

    --cleanup-builddir  Cleanup build dir after successful installation. (def True)

after:

    --cleanup-builddir  Cleanup build dir after successful installation.
                        (default: True; disable with --disable-cleanup-builddir)

@boegel boegel added this to the next release (4.1.1) milestone Jan 6, 2020
@ocaisa ocaisa merged commit 4f59a29 into easybuilders:develop Jan 6, 2020
@boegel boegel deleted the disable_help branch January 6, 2020 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Help entry for --disable-cleanup-builddir

2 participants