We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c56fa commit cc8950aCopy full SHA for cc8950a
CHANGELOG.md
@@ -6,7 +6,13 @@
6
7
* New general option `--table-style`, can be used to change output table styling.
8
9
- For example, an equivalent of `--non-interactive` in terms of styling is
+ By default, the following style is used:
10
+
11
+ ```shell
12
+ rabbitmqadmin --table-style=modern show overview
13
+ ```
14
15
+ An equivalent of `--non-interactive` in terms of styling is
16
17
```shell
18
rabbitmqadmin --table-style=borderless show overview
0 commit comments