Do not display “docker for the 2020s” as the first help line !
This commit is contained in:
parent
34d76bd561
commit
45750fe104
|
|
@ -85,7 +85,6 @@ func main() {
|
||||||
var opts cliopts.GlobalOpts
|
var opts cliopts.GlobalOpts
|
||||||
root := &cobra.Command{
|
root := &cobra.Command{
|
||||||
Use: "docker",
|
Use: "docker",
|
||||||
Long: "docker for the 2020s",
|
|
||||||
SilenceErrors: true,
|
SilenceErrors: true,
|
||||||
SilenceUsage: true,
|
SilenceUsage: true,
|
||||||
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
|
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue