blob: a7b1a3399bdafc4645a8994063f7443a05311fd0 [file] [log] [blame]
Zesstra7ea4a032019-11-26 20:11:40 +01001SYNOPSIS
2 string *parse_command_id_list(void)
3
4DESCRIPTION
5 Used by parse_command(). Return an array of common
6 singular 'thing' ids in the installation's native language.
7
8EXAMPLE
9 string *parse_command_id_list() {
10 return ({ "one", "thing" });
11 }
12
13SEE ALSO
14 parse_command(E)