task <filter> export [<report>]

This commit is contained in:
Dheepak Krishnamurthy
2021-08-17 23:47:00 -06:00
committed by Tomas Babej
parent ef176478e9
commit 9ce366ddab
4 changed files with 169 additions and 4 deletions

View File

@@ -35,6 +35,8 @@ class CmdExport : public Command
public:
CmdExport ();
int execute (std::string&);
private:
void validateSortColumns (std::vector <std::string>&);
};
#endif