-
Notifications
You must be signed in to change notification settings - Fork 18
containertool: Arrange options into related groups #128
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
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm concerned I may have inadvertently been inconsistent. I tend to lean into "container image" vs. "image". I think 'destination' may be a bit overused, but it's super helpful where there's possible confusion of "where I'm getting a base image from" vs. "where I'm sending the built image" - take a look and see what you think. Hopefully this resonates well.
Sources/swift-container-plugin/Documentation.docc/build-container-image.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Joseph Heck <j_heck@apple.com>
…ner-image.md Co-authored-by: Joseph Heck <j_heck@apple.com>
Co-authored-by: Joseph Heck <j_heck@apple.com>
Co-authored-by: Joseph Heck <j_heck@apple.com>
Co-authored-by: Joseph Heck <j_heck@apple.com>
Co-authored-by: Joseph Heck <j_heck@apple.com>
Thank you @heckj! |
Motivation
Arranging related options together in groups makes it easier for users to find relevant options. This will be even more beneficial as more options are added (e.g. #91).
Modifications
containertool
's command line options into related groups with headings.build-container-image
manual page to match the new groupings.Result
Test Plan