X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=command;h=3d722a50f17edc7c8fd65320cbe80fcb1a56744d;hp=c5499c9a3f3f5b2b319f572a0f8a11de5d3c85ab;hb=a89c4b2060bf3c93207a659d88f51a4bf0f891fa;hpb=7e176424017ddeeb66e2d6828fd0fd8f5479b5cc diff --git a/command b/command index c5499c9..3d722a5 100644 --- a/command +++ b/command @@ -1,3 +1,7 @@ +# Copyright (c) 2004-2008 Jeremy Stanley . Permission +# to use, copy, modify, and distribute this software is granted under +# terms provided in the LICENSE file distributed with this software. + [__control__] read_only = yes @@ -73,5 +77,5 @@ help = Invoke it like this:$(eol)$(eol) set actor:dominique description You se action = command_show(actor, parameters) administrative = yes description = Show various data. -help = Here are the possible incantations ( is required, [parameter] is optional, (note) is a note):$(eol)$(eol) show categories (list all element category names)$(eol) show category (list the elements in a category)$(eol) show element (list facet definitions for an element)$(eol) show file (list elements in a file)$(eol) show files (list all element data files)$(eol) show log [level [start [stop]]] (list logs above level from start to stop)$(eol) show result (evaluates a python expression)$(eol) show time (returns several current timer values) +help = Here are the possible incantations ( is required, [option] is optional, (note) is a note):$(eol)$(eol) show categories (list all element category names)$(eol) show category (list the elements in a category)$(eol) show element (list facet definitions for an element)$(eol) show file (list elements in a file)$(eol) show files (list all element data files)$(eol) show log [level [start [stop]]] (list logs above level from start to stop)$(eol) show result (evaluates a python expression)$(eol) show time (returns several current timer values)