Helper Command

- Implemented _columns to simply list all supported columns, in a
  machine-readable format.
This commit is contained in:
Paul Beckingham 2011-07-16 13:18:06 -04:00
parent 27a04b29f5
commit 05a53778ea
4 changed files with 39 additions and 1 deletions

View file

@ -38,5 +38,12 @@ public:
int execute (std::string&);
};
class CmdCompletionColumns : public Command
{
public:
CmdCompletionColumns ();
int execute (std::string&);
};
#endif
////////////////////////////////////////////////////////////////////////////////