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