CmdContext: Add show subcommand
This commit is contained in:
committed by
Paul Beckingham
parent
1a3550541b
commit
09fe5be086
@@ -41,6 +41,7 @@ public:
|
||||
int deleteContext (std::vector <std::string>& words, std::stringstream& out);
|
||||
int listContexts (std::vector <std::string>& words, std::stringstream& out);
|
||||
int setContext (std::vector <std::string>& words, std::stringstream& out);
|
||||
int showContext (std::vector <std::string>& words, std::stringstream& out);
|
||||
int unsetContext (std::vector <std::string>& words, std::stringstream& out);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user