Skip to content

[20.10 backport] fix: remove asterisk from docker command suggestions - #3648

Merged
ndeloof merged 1 commit into
docker:20.10from
thaJeztah:20.10_backport_asterisk_in_zsh_completion
Jun 2, 2022
Merged

[20.10 backport] fix: remove asterisk from docker command suggestions#3648
ndeloof merged 1 commit into
docker:20.10from
thaJeztah:20.10_backport_asterisk_in_zsh_completion

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

Some commands in the output of docker show up with an asterisk, like
app, build, buildx or scan. This tweak removes that so that the
asterisk is not filled in when choosing those commands.

- What I did

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Some commands in the output of `docker` show up with an asterisk, like
app, build, buildx or scan. This tweak removes that so that the
asterisk is not filled in when choosing those commands.
Signed-off-by: Marc Cornellà <hello@mcornella.com>
(cherry picked from commit b1f18b7)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #3648 (308624c) into 20.10 (aa7e414) will not change coverage.
The diff coverage is n/a.

@@ Coverage Diff @@## 20.10 #3648 +/- ##
=======================================
Coverage 58.57% 58.57% =======================================
Files 299 299 Lines 21457 21457 =======================================
Hits 12569 12569 Misses 7970 7970 Partials 918 918 

@ndeloof
ndeloof merged commit 4d71893 into docker:20.10Jun 2, 2022
@thaJeztah
thaJeztah deleted the 20.10_backport_asterisk_in_zsh_completion branch June 2, 2022 10:10
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@thaJeztah@codecov-commenter@rumpl@ndeloof@mcornella