Commit 7d2a56d
committed
remove "experimental" hint from help / usage output
This was added in 02c2073, which changed
the buildx CLI to match the behavior of the docker CLI, which conditionally
hid some options that were marked experimental. The CLI now shows has
client-side experimental options enabled by default (but labeled as
experimental where suitable).
Before this patch, every command would print this message unless experimental
was enabled;
docker buildx --help
...
Run 'docker buildx COMMAND --help' for more information on a command.
Experimental commands and flags are hidden. Set BUILDX_EXPERIMENTAL=1 to show them.
With this patch applied, that message is no longer shown.
Signed-off-by: Sebastiaan van Stijn <[email protected]>1 parent 32e9bfc commit 7d2a56d
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
| |||
0 commit comments