CmdContext: Add initial implementation of the context define subcommand
This commit is contained in:
committed by
Paul Beckingham
parent
a4d5ab07e9
commit
e91063426a
@@ -35,6 +35,8 @@ class CmdContext : public Command
|
||||
public:
|
||||
CmdContext ();
|
||||
int execute (std::string&);
|
||||
std::string joinWords (std::vector <std::string>& words, unsigned int from, unsigned int to = 0);
|
||||
int defineContext (std::vector <std::string>& words, std::stringstream& out);
|
||||
};
|
||||
|
||||
class CmdCompletionContext : public Command
|
||||
|
||||
Reference in New Issue
Block a user