aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruiser.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-07-29 19:52:37 +0000
committerbloodstalker <thabogre@gmail.com>2017-07-29 19:52:37 +0000
commit181ea36212ff6e7317e70c8e8df2ac7976d1323f (patch)
treee0749bbb89ddeb1c30ee3b8d5a1f662e6f8d543d /bruiser/bruiser.h
parentnew command (diff)
downloadmutator-181ea36212ff6e7317e70c8e8df2ac7976d1323f.tar.gz
mutator-181ea36212ff6e7317e70c8e8df2ac7976d1323f.zip
new command
Diffstat (limited to '')
-rw-r--r--bruiser/bruiser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h
index b5f9e0e..b4d4b4a 100644
--- a/bruiser/bruiser.h
+++ b/bruiser/bruiser.h
@@ -142,7 +142,8 @@ help CMDHelp[] = {
{"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"},
- {"changedirectory()", "changedirectory()", "changes bruiser's working directory. only use it when you know what you are doing.", "destination directory, [string]", "return value"}
+ {"changedirectory()", "changedirectory()", "changes bruiser's working directory. only use it when you know what you are doing.", "destination directory, [string]", "return value"},
+ {"pwd()", "pwd()", "pwd", "", ""}
};
/**********************************************************************************************************************/
/**