PengZheng opened a new issue, #499: URL: https://github.com/apache/celix/issues/499
The main advantages of using `(argc, argv)` over a single string `CommandLine` are: * Avoid all the hassle of strdup/strtok. * Deal with command line argument containing white spaces correctly. * Make integrating with 3rd party library wuch as https://github.com/argtable/argtable3 easier. _Originally posted by @PengZheng in https://github.com/apache/celix/pull/476#discussion_r1111655952_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org