blob: a7b1a3399bdafc4645a8994063f7443a05311fd0 [file] [log] [blame]
SYNOPSIS
string *parse_command_id_list(void)
DESCRIPTION
Used by parse_command(). Return an array of common
singular 'thing' ids in the installation's native language.
EXAMPLE
string *parse_command_id_list() {
return ({ "one", "thing" });
}
SEE ALSO
parse_command(E)