fix comments and handle err

Signed-off-by: allencloud <allen.sun@daocloud.io>
(cherry picked from commit cc054f3195)
This commit is contained in:
allencloud
2016-06-29 17:26:42 +08:00
committed by Tibor Vass
parent b34706b152
commit acc31b4448
5 changed files with 13 additions and 6 deletions

View File

@@ -7,12 +7,12 @@ import (
"github.com/spf13/cobra"
)
// NewStackCommand returns nocommand
// NewStackCommand returns no command
func NewStackCommand(dockerCli *client.DockerCli) *cobra.Command {
return &cobra.Command{}
}
// NewTopLevelDeployCommand return no command
// NewTopLevelDeployCommand returns no command
func NewTopLevelDeployCommand(dockerCli *client.DockerCli) *cobra.Command {
return &cobra.Command{}
}