Update module github.com/spf13/cobra to v1.2.0 #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.1.3
->v1.2.0
Release Notes
spf13/cobra
v1.2.0
Compare Source
🌠 v1.2.0 - The completions release
Welcome to v1.2.0 of Cobra! This release focuses on code completions, several critical bug fixes, some documentation updates, and security bumps. Upgrading should be simple but note please take note of the introduction of completions V2 and their default use. The v1 completions library is still available, but will be deprecated in the future. Please open an issue with any problems!
New Features
completion
command for shell completions. If acompletion
command is already provided, uses that instead. This will automatically provide shell completions for bash, zsh, fish, and PowerShell Have Cobra create 'completion' command automatically spf13/cobra#1192--no-descriptions
flag for "always on" completion descriptionsmitchellh/go-homedir
in favor of core Goos.UserHomeDir()
- spf13/cobra@8eaca5fBug Fixes
ShellDirectiveCompletionNoSpace
and file completion all the time - Fix zsh completion handling of nospace and file completion spf13/cobra#1213RegisterFlagCompletionFunc
as a global var not working in multi-threaded programs: fix RegisterFlagCompletionFunc concurrent map writes error spf13/cobra#1423Testing
Security
Other
Thank you to all our amazing contributors 🐍🚀
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.