added Application::commandPath()

This commit is contained in:
aleks-f
2013-01-05 17:17:27 -06:00
parent 7e8797fb5a
commit e60bcd413d
3 changed files with 10 additions and 2 deletions

View File

@@ -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.