Groups » History » Version 1
Per Amundsen, 07/11/2016 02:01 AM
1 | 1 | Per Amundsen | _Added in 2.4_ |
---|---|---|---|
2 | |||
3 | */groups [-ed]* |
||
4 | |||
5 | Displays a list of either all, enabled, or disabled groups in your scripts. |
||
6 | |||
7 | *Switches* |
||
8 | |||
9 | -e - List all enabled groups. |
||
10 | -d - List all disabled groups. |
||
11 | |||
12 | *Example* |
||
13 | |||
14 | <pre> |
||
15 | ; List all enabled and disabled groups. |
||
16 | /groups |
||
17 | |||
18 | ; List only enabled groups. |
||
19 | /groups -e |
||
20 | </pre> |