mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
remove all references to cli from compose.v2 cmd package
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
52df801287
commit
fcb91096b8
30 changed files with 71 additions and 65 deletions
|
|
@ -35,7 +35,7 @@ const descriptionSourcePath = "docs/reference/"
|
|||
|
||||
func generateCliYaml(opts *options) error {
|
||||
cmd := &cobra.Command{Use: "docker"}
|
||||
cmd.AddCommand(compose.RootCommand("local", nil))
|
||||
cmd.AddCommand(compose.RootCommand(nil))
|
||||
disableFlagsInUseLine(cmd)
|
||||
source := filepath.Join(opts.source, descriptionSourcePath)
|
||||
if err := loadLongDescription(cmd, source); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue