mirror of
https://github.com/docker/cli.git
synced 2025-08-29 00:47:54 +03:00
full diff: https://github.com/spf13/cobra/compare/v0.0.3...v1.0.0 Notable Changes - Fish completion (including support for Go custom completion) - API (urgent): Rename BashCompDirectives to ShellCompDirectives - Remove/replace SetOutput on Command - deprecated - Custom completions coded in Go (instead of Bash) - Partial Revert of 922 - Correct documentation for InOrStdin - Apply formatting to templates - Revert change so help is printed on stdout again - Update md2man to v2.0.0 - update viper to v1.4.0 - Update cmd/root.go example in README.md vendor: update cpuguy83/go-md2man v2.0.0 full diff: https://github.com/cpuguy83/go-md2man/compare/v1.0.8...v2.0.0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
192 B
Go
8 lines
192 B
Go
// +build never
|
|
|
|
package main
|
|
|
|
// Not used, but required for generating other man pages.
|
|
// Import it here so that the package is included by vndr.
|
|
import _ "github.com/cpuguy83/go-md2man/v2"
|