mirror of
https://github.com/docker/compose.git
synced 2025-07-25 14:44:29 +02:00
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…
x
Reference in New Issue
Block a user