From 72d77d13c2ebedff55a7ec90c32f41bce1ded969 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 3 Jul 2017 00:18:35 +0430 Subject: new command --- bruiser/bruiser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bruiser/bruiser.h') diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index cfc9916..5ebdc76 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -144,7 +144,8 @@ help CMDHelp[] = { {"getbinpath()", "getbinpath()", "gets the binary path for mutant executable", "none", "string"}, {"getmakepath()", "getmakepath()", "gets the make path for mutant executable", "none", "string"}, {"getpaths()", "getpaths()", "gets the currently loaded paths that bruiser looks through", "none", "array of strings"}, - {"getsourcefiles()", "getsourcefiles()", "gets the currently loaded source files that bruiser will look through", "none", "array of strings"} + {"getsourcefiles()", "getsourcefiles()", "gets the currently loaded source files that bruiser will look through", "none", "array of strings"}, + {"changedirectory()", "changedirectory()", "changes bruiser's working directory. only use it when you know what you are doing.", "destination directory, [string]", "return value"} }; /**********************************************************************************************************************/ /** -- cgit v1.2.3