Skip to content

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

Merged
zuston merged 2 commits into
apache:masterfrom
zuston:clap-support
Oct 17, 2023
Merged

[#1237] feat(rust): support populating args by clap#1236
zuston merged 2 commits into
apache:masterfrom
zuston:clap-support

Conversation

@zuston

@zuston zuston commented Oct 16, 2023

Copy link
Copy Markdown
Member

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

codecov-commenter commented Oct 16, 2023

Copy link
Copy Markdown

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

Comment thread rust/experimental/server/src/main.rs Outdated
@zuston
zuston requested review from advancedxy and roryqi October 16, 2023 03:20
@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
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