Closed irvinlim closed 1 year ago
Base: 70.80% // Head: 70.80% // No change to project coverage :thumbsup:
Coverage data is based on head (
c61a39f
) compared to base (1ec355a
). Patch coverage: 50.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Fixes shell completion order not being preserved, which is fixed with spf13/cobra#1900.
In the above screenshot, note that completions should be sorted by CreationTimestamp; without the KeepOrder directive introduced in the
cobra
library, the completions would be sorted in lexicographical order in shells such as zsh by default (source):