list command current state
此提交包含在:
14
cli/commandlist.h
一般檔案
14
cli/commandlist.h
一般檔案
@@ -0,0 +1,14 @@
|
||||
#ifndef COMMANDSEARCH_H
|
||||
#define COMMANDSEARCH_H
|
||||
#include "command.h"
|
||||
#include "../shared/sqlitesearch.h"
|
||||
|
||||
class CommandList : public Command
|
||||
{
|
||||
public:
|
||||
using Command::Command;
|
||||
|
||||
int handle(QStringList arguments) override;
|
||||
};
|
||||
|
||||
#endif // COMMANDSEARCH_H
|
||||
新增問題並參考
封鎖使用者