diff options
author | bloodstalker <thabogre@gmail.com> | 2017-06-10 16:07:28 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-06-10 16:07:28 +0000 |
commit | c36eeb3dea092f22eb0bedc7e9fc251816831b70 (patch) | |
tree | 0e508bef1a246c22311a4b3d0e6a6844896aeb5e | |
parent | added a bunch more commands (diff) | |
download | mutator-c36eeb3dea092f22eb0bedc7e9fc251816831b70.tar.gz mutator-c36eeb3dea092f22eb0bedc7e9fc251816831b70.zip |
more commands for auto-completion
Diffstat (limited to '')
-rw-r--r-- | bruiser/bruiser-extra.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bruiser/bruiser-extra.h b/bruiser/bruiser-extra.h index 554b170..f56a83c 100644 --- a/bruiser/bruiser-extra.h +++ b/bruiser/bruiser-extra.h @@ -92,8 +92,8 @@ std::vector<std::string> BRUISR_COMMANDS = std::vector<std::string> LUA_FUNCS = { "help()", - "quit", - "exit", + "quit()", + "exit()", "history()", "version()", "clear()", @@ -106,6 +106,8 @@ std::vector<std::string> LUA_FUNCS = "Unions()", "Classes()", "hijackmain()", + "make", + "historysize", "_G", "_VERSION", "assert", |