list: Add SUBLIST sub-command

Issue: #17823
This commit is contained in:
Marc Chevrier
2018-03-16 14:12:25 +01:00
committed by Brad King
parent d41abae70f
commit 768225837d
21 changed files with 156 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ protected:
bool HandleRemoveItemCommand(std::vector<std::string> const& args);
bool HandleRemoveDuplicatesCommand(std::vector<std::string> const& args);
bool HandleSortCommand(std::vector<std::string> const& args);
bool HandleSublistCommand(std::vector<std::string> const& args);
bool HandleReverseCommand(std::vector<std::string> const& args);
bool HandleFilterCommand(std::vector<std::string> const& args);
bool FilterRegex(std::vector<std::string> const& args, bool includeMatches,