nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

Cobra bug?

Open apostasie opened this issue 8 months ago • 0 comments

Description

nerdctl volume create --label ""  foo

Will give len(labels) == 0

But

nerdctl volume create --label ""  --label ""  foo

Will give len(labels) == 2

Does this behavior make sense to you folks?

Steps to reproduce the issue

na

Describe the results you received and expected

na

What version of nerdctl are you using?

1.7.6

Are you using a variant of nerdctl? (e.g., Rancher Desktop)

None

Host information

No response

apostasie avatar Jun 20 '24 05:06 apostasie