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

CLI description says only single config file supported #1053

Closed
3flex opened this issue Aug 17, 2018 · 1 comment
Closed

CLI description says only single config file supported #1053

3flex opened this issue Aug 17, 2018 · 1 comment
Assignees
Milestone

Comments

@3flex
Copy link
Member

3flex commented Aug 17, 2018

Expected Behavior

CLI description should say that multiple config files can be used at the same time, and will be merged together.

Current Behavior

CLI description suggests only a single config file can be used:

@Parameter(names = ["--config", "-c"],
		description = "Path to the config file (path/to/config.yml).")
var config: String? = null

Context

Some confusion in #1017 about how to process config files in the Gradle plugin. Assumption (based on existing CLI description for the --config parameter) is that only a single file is supported, but it appears to support multiple.

Your Environment

N/A

@lock
Copy link

lock bot commented Jun 20, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants