]> git.localhorst.tv Git - blank.git/blobdiff - src/shared/commands.hpp
impersonate command
[blank.git] / src / shared / commands.hpp
index 1c00241850350ac80ce5be9b5390e3112483bb65..c151da3c8ecec2885f4ae9f6c4db869d3c75517e 100644 (file)
@@ -6,6 +6,13 @@
 
 namespace blank {
 
+class ImpersonateCommand
+: public CLI::Command {
+
+       void Execute(CLI &, CLIContext &, TokenStreamReader &) override;
+
+};
+
 class TeleportCommand
 : public CLI::Command {