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

Add positional and option set. Refactor formatters. #7

Merged
merged 5 commits into from
May 20, 2023

Conversation

roanutil
Copy link
Member

@roanutil roanutil commented May 19, 2023

  • Add OptionSet
  • Add Positional
  • Fix typo in doc comment
  • Update dependencies in Package.resolved
  • Refactor formatters

roanutil added 4 commits May 19, 2023 15:21
feature/add-positional-and-option-set
feature/add-positional-and-option-set
feature/add-positional-and-option-set
feature/add-positional-and-option-set
@roanutil roanutil temporarily deployed to default May 19, 2023 20:31 — with GitHub Actions Inactive
@roanutil roanutil temporarily deployed to default May 19, 2023 20:31 — with GitHub Actions Inactive
@roanutil roanutil temporarily deployed to default May 19, 2023 20:31 — with GitHub Actions Inactive
@roanutil roanutil temporarily deployed to default May 19, 2023 20:31 — with GitHub Actions Inactive
@codecov
Copy link

codecov bot commented May 19, 2023

Codecov Report

Merging #7 (4a27513) into main (7cff84a) will decrease coverage by 5.03%.
The diff coverage is 63.56%.

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
- Coverage   82.10%   77.07%   -5.03%     
==========================================
  Files          16       19       +3     
  Lines         961     1339     +378     
==========================================
+ Hits          789     1032     +243     
- Misses        172      307     +135     
Impacted Files Coverage Δ
...ources/ArgumentEncoding/CommandRepresentable.swift 100.00% <ø> (ø)
Sources/ArgumentEncoding/Flag.swift 100.00% <ø> (ø)
...rgumentEncoding/TopLevelCommandRepresentable.swift 100.00% <ø> (ø)
Sources/ArgumentEncoding/PositionalArgument.swift 20.14% <20.14%> (ø)
Sources/ArgumentEncoding/OptionSet.swift 32.43% <32.43%> (ø)
Sources/ArgumentEncoding/Option.swift 43.44% <71.42%> (+4.73%) ⬆️
Tests/ArgumentEncodingTests/PositionalTests.swift 85.71% <85.71%> (ø)
Tests/ArgumentEncodingTests/OptionSetTests.swift 92.85% <92.85%> (ø)
Sources/ArgumentEncoding/Formatters.swift 96.36% <96.36%> (ø)
Sources/ArgumentEncoding/ArgumentGroup.swift 88.39% <100.00%> (+0.53%) ⬆️
... and 7 more

@roanutil roanutil enabled auto-merge May 19, 2023 20:47
feature/refactor-formatters
@roanutil roanutil temporarily deployed to default May 20, 2023 02:24 — with GitHub Actions Inactive
@roanutil roanutil temporarily deployed to default May 20, 2023 02:24 — with GitHub Actions Inactive
@roanutil roanutil temporarily deployed to default May 20, 2023 02:24 — with GitHub Actions Inactive
@roanutil roanutil temporarily deployed to default May 20, 2023 02:24 — with GitHub Actions Inactive
@roanutil roanutil changed the title Feature/add positional and option set Add positional and option set. Refactor formatters. May 20, 2023
@roanutil roanutil merged commit faa43b0 into main May 20, 2023
@roanutil roanutil deleted the feature/add-positional-and-option-set branch May 20, 2023 12:50
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.

2 participants