From 09b6191345ea1f858efc2f4144b649e898f4edbd Mon Sep 17 00:00:00 2001 From: bookug <zengli-bookug@pku.edu.cn> Date: Sat, 30 Apr 2016 16:56:37 +0800 Subject: [PATCH] remove shell cmds --- Main/gconsole.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Main/gconsole.cpp b/Main/gconsole.cpp index 670801a..8c62f50 100644 --- a/Main/gconsole.cpp +++ b/Main/gconsole.cpp @@ -59,14 +59,14 @@ COMMAND native_commands[] = { { "unload", unload_handler, "Unload the current used database" }, { "query", query_handler, "Answer a SPARQL query" }, - { "cd", cd_handler, "Change to directory DIR" }, - { "delete", delete_handler, "Delete FILE" }, - { "list", list_handler, "List files in DIR" }, - { "ls", list_handler, "Synonym for `list'" }, - { "pwd", pwd_handler, "Print the current working directory" }, - { "rename", rename_handler, "Rename FILE to NEWNAME" }, - { "stat", stat_handler, "Print out statistics on FILE" }, - { "view", view_handler, "View the contents of FILE" }, + //{ "cd", cd_handler, "Change to directory DIR" }, + //{ "delete", delete_handler, "Delete FILE" }, + //{ "list", list_handler, "List files in DIR" }, + //{ "ls", list_handler, "Synonym for `list'" }, + //{ "pwd", pwd_handler, "Print the current working directory" }, + //{ "rename", rename_handler, "Rename FILE to NEWNAME" }, + //{ "stat", stat_handler, "Print out statistics on FILE" }, + //{ "view", view_handler, "View the contents of FILE" }, {NULL, NULL, NULL } //char* rl_icpfunc_t*, char*