nerdctl
nerdctl copied to clipboard
Cobra bug?
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