mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 02:53:10 +01:00
added Application::commandPath()
This commit is contained in:
@@ -251,6 +251,9 @@ public:
|
||||
std::string commandName() const;
|
||||
/// Returns the command name used to invoke the application.
|
||||
|
||||
std::string commandPath() const;
|
||||
/// Returns the full command path used to invoke the application.
|
||||
|
||||
LayeredConfiguration& config() const;
|
||||
/// Returns the application's configuration.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user