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

fix factory used for repeatable subcommands #1100

Merged
merged 1 commit into from
Jun 5, 2020
Merged

Conversation

protogenes
Copy link
Contributor

@protogenes protogenes commented Jun 5, 2020

the factory should be passed when creating a CommandSpec copy and not degrade to the DefaultFactory

the factory should be passed when creating a CommandSpec copy
@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2020

Codecov Report

Merging #1100 into master will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1100   +/-   ##
=========================================
  Coverage     94.44%   94.44%           
  Complexity      448      448           
=========================================
  Files             2        2           
  Lines          6607     6607           
  Branches       1774     1774           
=========================================
  Hits           6240     6240           
  Misses           96       96           
  Partials        271      271           
Impacted Files Coverage Δ Complexity Δ
src/main/java/picocli/CommandLine.java 94.29% <0.00%> (ø) 309.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 61a0227...67c2bd5. Read the comment docs.

@remkop remkop merged commit c4a1ab4 into remkop:master Jun 5, 2020
@remkop
Copy link
Owner

remkop commented Jun 5, 2020

Merged into master.
Thank you for the contribution!

@remkop remkop added this to the 4.4 milestone Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants