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

[#1237] feat(rust): support populating args by clap #1236

Merged
merged 2 commits into from
Oct 17, 2023

Conversation

zuston
Copy link
Member

@zuston zuston commented Oct 16, 2023

What changes were proposed in this pull request?

This PR is to support populating args by clap.

Why are the changes needed?

Before this, the config path is specified by the environment key, which is not elegant.

Does this PR introduce any user-facing change?

Yes

How was this patch tested?

Existing tests.

@zuston zuston linked an issue Oct 16, 2023 that may be closed by this pull request
3 tasks
@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

Merging #1236 (219df88) into master (03358b4) will increase coverage by 0.94%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1236      +/-   ##
============================================
+ Coverage     53.85%   54.80%   +0.94%     
+ Complexity     2628     2615      -13     
============================================
  Files           394      374      -20     
  Lines         22699    20339    -2360     
  Branches       1937     1937              
============================================
- Hits          12225    11146    -1079     
+ Misses         9729     8521    -1208     
+ Partials        745      672      -73     

see 23 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zuston zuston changed the title feat(rust): support populating args by clap [#1237] feat(rust): support populating args by clap Oct 17, 2023
@zuston zuston merged commit 541388b into apache:master Oct 17, 2023
36 checks passed
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.

[FEATURE] support populating args by clap
3 participants