Searched refs:ListCommand (Results 1 – 1 of 1) sorted by relevance
47 class ListCommand : public Command { class49 ListCommand() in ListCommand() function in ListCommand58 bool ListCommand::Run(const std::vector<std::string>& args) { in Run()97 RegisterCommand("list", [] { return std::unique_ptr<Command>(new ListCommand); }); in RegisterListCommand()