|
6 | 6 |
|
7 | 7 | #### Subcommand and Long Option Inference
|
8 | 8 |
|
9 |
| - If the `RABBITMQADMIN_NON_INTERACTIVE_MODE` is not set to `true`, this tool |
10 |
| - now can infer subcommand and --long-option names. |
| 9 | +If the `RABBITMQADMIN_NON_INTERACTIVE_MODE` is not set to `true`, this tool |
| 10 | +now can infer subcommand and --long-option names. |
11 | 11 |
|
12 |
| - This means that a subcommand can be referenced with its unique prefix, |
13 |
| - that is, |
| 12 | +This means that a subcommand can be referenced with its unique prefix, |
| 13 | +that is, |
14 | 14 |
|
15 |
| - * 'del queue' will be inferred as 'delete queue' |
16 |
| - * 'del q --nam "a.queue"' will be inferred as 'delete queue --name "a.queue"' |
| 15 | +* 'del queue' will be inferred as 'delete queue' |
| 16 | +* 'del q --nam "a.queue"' will be inferred as 'delete queue --name "a.queue"' |
17 | 17 |
|
18 |
| - To enable each feature, set the following environment variables to |
19 |
| - 'true': |
| 18 | +To enable each feature, set the following environment variables to |
| 19 | +'true': |
20 | 20 |
|
21 |
| - * `RABBITMQADMIN_INFER_SUBCOMMANDS` |
22 |
| - * `RABBITMQADMIN_INFER_LONG_OPTIONS` |
| 21 | +* `RABBITMQADMIN_INFER_SUBCOMMANDS` |
| 22 | +* `RABBITMQADMIN_INFER_LONG_OPTIONS` |
23 | 23 |
|
24 |
| - This feature is only mean to be used interactively. For non-interactive |
25 |
| - use, it can be potentially dangerous and therefore requires |
26 |
| - an explicit opt-in from the user. |
| 24 | +This feature is only mean to be used interactively. For non-interactive |
| 25 | +use, it can be potentially too dangerous to allow. |
27 | 26 |
|
28 | 27 | #### Intentionally Restricted Environment Variable Support
|
29 | 28 |
|
|
0 commit comments