Convert para_audiod to lopsub.
[paraslash.git] / m4 / lls / include / color.m4
1 [option color]
2         short_opt = C
3         summary = activate color output
4         typestr = when
5         arg_info = required_arg
6         arg_type = string
7         values = {COLOR_YES = "yes", COLOR_NO = "no", COLOR_AUTO = "auto"}
8         default_val = auto
9 [option log-color]
10         summary = select a color for one type of log message
11         typestr = color_spec
12         arg_info = required_arg
13         arg_type = string
14         flag multiple
15         [help]
16                 The format of <color_spec> is [<fg> [<bg>]] [<attr>].
17
18                 Valid colors for <fg> and <bg> are "normal", "black", "red", "green",
19                 "yellow", "blue", "magenta", "cyan", and "white".
20
21                 The <attr> value must be one of "bold", "dim", "ul", "blink",
22                 "reverse".
23
24         Examples:
25
26                 --log-color "debug:green"
27                 --log-color "info:yellow bold"
28                 --log-color "notice:white red bold"
29         [/help]