-
Notifications
You must be signed in to change notification settings - Fork 9
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
#1550 allow passing appconfig to vt during init #1674
#1550 allow passing appconfig to vt during init #1674
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1674 +/- ##
===========================================
+ Coverage 83.46% 83.58% +0.12%
===========================================
Files 799 799
Lines 30934 31186 +252
===========================================
+ Hits 25819 26068 +249
- Misses 5115 5118 +3
|
04d14f7
to
72efeef
Compare
@jstrzebonski This functionality should be mentioned in documentation and the precedence should be described explicitly ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a short description into docs (basically a more user-friendly way to tell users what you wrote in unit tests - // CLI args should overwrite hardcoded appConfig
).
9ba6ff9
to
82e7e31
Compare
@cz4rs Done. |
CLI11 parses configuration file before command-line arguments. I added appropriate documentation and two new unit tests covering this behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
b208c0a
to
11c1230
Compare
Note that the automatic rebase feature doesn't retain signatures. I'll fix it. |
…ile and appConfig
11c1230
to
e151dd3
Compare
No problem, I've just force-pushed. |
…fig-to-vt-during-init #1550 allow passing appconfig to vt during init
…fig-to-vt-during-init #1550 allow passing appconfig to vt during init
…fig-to-vt-during-init #1550 allow passing appconfig to vt during init
Fixes #1550
TODO: