Project

General

Profile

Groups » History » Version 2

Per Amundsen, 02/16/2023 12:41 PM

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 2 Per Amundsen
table(ktable).
10
|*Switch*|*Description*|
11
| -e | List all enabled groups. |
12
| -d | List all disabled groups. |
13 1 Per Amundsen
14
*Example*
15
16
<pre>
17
; List all enabled and disabled groups.
18
/groups
19
20
; List only enabled groups.
21
/groups -e
22
</pre>