From: Robert van Gent Date: Fri, 31 May 2019 17:00:15 +0000 (-0700) Subject: Update CLI doc for "long" form X-Git-Tag: v0.56.0~44 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8914fe7ed;p=brevno-suite%2Fhugo Update CLI doc for "long" form --- diff --git a/commands/deploy.go b/commands/deploy.go index 65cd9240..f9f369f4 100644 --- a/commands/deploy.go +++ b/commands/deploy.go @@ -44,9 +44,11 @@ func newDeployCmd() *deployCmd { cc.baseCmd = newBaseCmd(&cobra.Command{ Use: "deploy", Short: "Deploy your site to a Cloud provider.", - // TODO: improve Long docstring. - // TODO: update real documentation. Is it in ../docs/ or in hugoDocs? - Long: `Deploy your site to a Cloud provider.`, + Long: `Deploy your site to a Cloud provider. + +See https://gohugo.io/hosting-and-deployment/hugo-deploy/ for detailed +documentation. +`, RunE: func(cmd *cobra.Command, args []string) error { cfgInit := func(c *commandeer) error {