Helper Command
- Implemented _columns to simply list all supported columns, in a machine-readable format.
This commit is contained in:
@@ -38,5 +38,12 @@ public:
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
class CmdCompletionColumns : public Command
|
||||
{
|
||||
public:
|
||||
CmdCompletionColumns ();
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user