Replies: 1 comment 1 reply
-
poco/Util/include/Poco/Util/Application.h Line 291 in e4aaeac |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I embed the
Poco::Util::Application
into the chrome browser process, The process has a lot of startup parameters, I am only interested in one of the parameters, I hopePoco::Util::Application
can skip the parameters that I am not interested in.The browser process has a lot of startup parameters, e.g.
app.exe --type=gpu-process --no-sandbox --lang=zh-CN --user-data-dir="C:\CEF" --gpu-preferences=UAAAAAAAAA
And my code is:
How can I skip unknown options ?
Beta Was this translation helpful? Give feedback.
All reactions