Skip to content

Commit

Permalink
Update CLI doc for "long" form
Browse files Browse the repository at this point in the history
  • Loading branch information
vangent authored and bep committed May 31, 2019
1 parent b0f536f commit 8914fe7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions commands/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8914fe7

Please sign in to comment.