-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: display Command
remaining parts if Args
is nil
#1977
fix: display Command
remaining parts if Args
is nil
#1977
Conversation
Signed-off-by: Peter Kota <kotapeter@gmail.com>
Signed-off-by: Peter Kota <kotapeter@gmail.com>
f610c78
to
0127857
Compare
@kotapeter thanks for this. This was an unfortunate oversight in the implementation of these APIs. I wonder if we want to display both the "always args" (args that are always provided, regardless of user input - these are @jjbustamante WDYT? |
Cross-posting from the issue: #1976 (comment) |
…oc.Command.Entries[1:]` Signed-off-by: Peter Kota <kotapeter@gmail.com>
Signed-off-by: Natalie Arellano <narellano@vmware.com>
Summary
Since lifecycle@0.15.0 the
Command
is an array that can contain args too. We just pick the first element ofCommand.Entries
so the remaining parts are gone.Output
Before
After
Documentation
Related
Resolves #1976