common : bring back missing args, add env var duplication check (#9375)

* common : bring back missing args

* move duplication check to test-arg-parser

* add check for duplicated env var

* correct default values
This commit is contained in:
Xuan Son Nguyen 2024-09-08 18:08:55 +02:00 committed by GitHub
parent a249843d89
commit 3f7ccfd649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 99 additions and 41 deletions

View file

@ -306,11 +306,6 @@ int main(int argc, char ** argv) {
LOG_TEE("\n\n");
LOG_TEE("\n##### Infill mode #####\n\n");
if (params.infill) {
printf("\n************\n");
printf("no need to specify '--infill', always running infill\n");
printf("************\n\n");
}
if (params.interactive) {
const char *control_message;
if (params.multiline_input) {