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

List build config in help #15

Closed
Telokis opened this issue Jan 5, 2020 · 2 comments
Closed

List build config in help #15

Telokis opened this issue Jan 5, 2020 · 2 comments

Comments

@Telokis
Copy link
Contributor

Telokis commented Jan 5, 2020

Doing sw --help only prints

-configuration=<string>        - Set build configuration

regarding the configuration option.

It would be helpful if it also printed the possible configurations available. For example:

-configuration=<string>        - Set build configuration among
                                     - debug, d
                                     - release, r
                                     - releasewithdebuginfo, rwdi
                                   (Default is release.)
                                   Specify multiple using a comma: "d,r"
@egorpugin
Copy link
Contributor

Now it's like:

  -configuration=<string>        - Set build configuration.
                                   Allowed values:
                                       - debug, d
                                       - release, r
                                       - releasewithdebuginformation, releasewithdebinfo, rwdi
                                       - minimalsizerelease, minsizerel, msr
                                   Default is release.
                                   Specify multiple using a comma: "d,r".

Will be available with the next sw update.

@egorpugin
Copy link
Contributor

c04e384

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

No branches or pull requests

2 participants