Enable » History » Version 1
Per Amundsen, 02/10/2014 01:03 PM
1 | 1 | Per Amundsen | _Added in 1.9.0_ |
---|---|---|---|
2 | |||
3 | */enable <group1 group2 ... groupN>* |
||
4 | |||
5 | Enables the specified groups in all scripts. |
||
6 | |||
7 | Wildcard is allowed. |
||
8 | |||
9 | *Parameters* |
||
10 | |||
11 | <group1 group2 ... groupN> - A list of groups to be disabled. |
||
12 | |||
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | ;Enable group #one #two #three. |
||
17 | /enable #one #two #three |
||
18 | |||
19 | ;Enable all groups matching #*o*. |
||
20 | /enable #*o* |
||
21 | </pre> |