Skip to content

Commit 9f8916e

Browse files
committed
move noheader & columns flag combination note
1 parent ede4ac2 commit 9f8916e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/using-output-options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ $ hcloud server describe my-server --output format='{{.ServerType.Cores}}'
131131
`list` commands support table options as well. These options allow you to customize the output format of the output table,
132132
if not using JSON or YAML.
133133

134+
> [!NOTE]
135+
> You can also combine both of the below options to use them at once: ``--output noheader --output columns=id,name,network_zone``
136+
134137
### noheader
135138

136139
This option removes the header from the output table.
@@ -162,6 +165,3 @@ ID NAME NETWORK ZONE
162165

163166
Using the ``--help`` flag will show you a list of all available columns for this command. Note that these might include
164167
more than the default columns.
165-
166-
> [!NOTE]
167-
> You can also combine both options to use them at once: ``--output noheader --output columns=id,name,network_zone``

0 commit comments

Comments
 (0)