swift-argument-parser
swift-argument-parser copied to clipboard
docs: update help text for readability in Repeat example and README
Changes
- Updated help text in
Repeat.swiftand README for better readability.
Motivation
The current help text is slightly unclear; this improves UX for new users.
Checklist
- [x] I’ve followed the code style of the rest of the project
- [x] I’ve updated the documentation (README and inline help text)
- [ ] I’ve added tests (if applicable)
- [x] I’ve read the Contribution Guidelines
@Konstantin-Krokhin This looks great, but unfortunately we have a few tests that include the help output of the repeat command. Can you update your PR?
Thanks, @natecook1000 ! I’ve updated the test expectations in RepeatExampleTests.swift to reflect the new help text. All 522 tests are now passing.
@natecook1000, please approve the workflow. Thank you.
@swift-ci please test