mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-21 23:56:54 +02:00
GH #48: Need getArgs() accessor
GH #48: Need getArgs() accessor to Util::Application to retrieve start-up arguments
This commit is contained in:
@@ -123,7 +123,7 @@ protected:
|
||||
helpFormatter.format(std::cout);
|
||||
}
|
||||
|
||||
int main(const std::vector<std::string>& args)
|
||||
int main(const ArgVec& args)
|
||||
{
|
||||
if (!_helpRequested)
|
||||
{
|
||||
|
Reference in New Issue
Block a user