CmdCustom: Respect report.<name>.context configuration variable
This allows the user to configure if a specific report should (or should not) adhere to the currently active context. Closes #2560.
This commit is contained in:
@@ -34,6 +34,7 @@ class CmdCustom : public Command
|
||||
{
|
||||
public:
|
||||
CmdCustom (const std::string&, const std::string&, const std::string&);
|
||||
bool uses_context () const override;
|
||||
int execute (std::string&);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user