#
# Command table for Lucy
#
# $Author: brlewis $
# $Source: /afs/athena.mit.edu/astaff/project/lucydev/src/RCS/ctlucy.ct,v $
# $Header: /afs/athena.mit.edu/astaff/project/lucydev/src/RCS/ctlucy.ct,v 1.1 90/12/18 15:10:51 brlewis Exp Locker: brlewis $
#
# Copyright (c) 1990, Massachusetts Institute of Technology
# For copying and distribution information, see the file
# "mit-copyright.h".
#

command_table lucy_ct;

request
	ss_quit,
	"end this session",
	quit, exit, q;

unimplemented
	ss_list_requests,
	"count questions in queue",
	status;

request
	lucy_list,
	"list questions in queue",
	list, scan;

request
	lucy_show,
	"display a question (and related info if appropriate)",
	show;

request
	lucy_print,
	"print hard copy of question (and related info if appropriate)",
	print;

request
	lucy_answer,
	"answer a question",
	answer, ans;

request
	lucy_post,
	"publish question/answer",
	publish, post;

request
	lucy_unpost,
	"unpublish question/answer",
	unpublish, unpost;

request
	lucy_reply,
	"compose reply to asker",
	reply, rpl;
request
	lucy_archive,
	"archive a question",
	archive, arc;

request
	lucy_comment,
	"comment a question",
	comment, cmt;

request
	lucy_forward,
	"forward question to be answered by someone else",
	forward, forw, fwd;

request
	lucy_browse,
	"browse questions/answers",
	browse;

request
	lucy_ask,
	"ask a question",
	ask;

request
        cd,
        "change current working directory",
        chdir, cd,
        (dont_list);

request
	system_call,
	"execute shell command",
	sh,
	(dont_list);

request
	system_ls,
	"list local files",
	ls,
	(dont_list);

request
	ss_self_identify,
	"identify the subsystem",
	".",
	(dont_list, dont_summarize);

request
	ss_subsystem_name,
	"return the name of this subsystem",
	subsystem_name,
	(dont_list);

request
	ss_subsystem_version,
	"Return the version of this subsystem",
	subsystem_version,
	(dont_list);

request
	ss_list_requests,
	"redisplay this menu",
	help, "?";

end;
