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

Adds Parameters.flatten #70

Merged
merged 3 commits into from
Oct 10, 2017
Merged

Adds Parameters.flatten #70

merged 3 commits into from
Oct 10, 2017

Conversation

AliSoftware
Copy link
Contributor

This method is the opposite action of Parameters.parse.

Its main goal is essentially to give back a description on how you pass parameters from the command line. Especially it will be used for verbose mode when using a swiftgen.yml config file, to print CLI calls being done.

This PR is needed for SwiftGen/SwiftGen#337 to be merged.

This method is the opposite action of parse.
Its main goal is essentially to give back a description on how you pass parameters from the command line if you want to
(Especially for verbose mode of the swiftgen.yml config file printing CLI calls being done)
Copy link
Member

@djbe djbe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we add the discussed flattenMaintainsArrayOrder test, this should be GTM.

@AliSoftware AliSoftware merged commit 3fb9aaf into master Oct 10, 2017
@djbe djbe deleted the feature/paramters-flatten branch March 27, 2018 21:49
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

Successfully merging this pull request may close these issues.

None yet

2 participants