mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 00:02:08 -05:00
Update CLI doc for "long" form
This commit is contained in:
parent
b0f536fb27
commit
8914fe7ed7
1 changed files with 5 additions and 3 deletions
|
@ -44,9 +44,11 @@ func newDeployCmd() *deployCmd {
|
||||||
cc.baseCmd = newBaseCmd(&cobra.Command{
|
cc.baseCmd = newBaseCmd(&cobra.Command{
|
||||||
Use: "deploy",
|
Use: "deploy",
|
||||||
Short: "Deploy your site to a Cloud provider.",
|
Short: "Deploy your site to a Cloud provider.",
|
||||||
// TODO: improve Long docstring.
|
Long: `Deploy your site to a Cloud provider.
|
||||||
// TODO: update real documentation. Is it in ../docs/ or in hugoDocs?
|
|
||||||
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 {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
cfgInit := func(c *commandeer) error {
|
cfgInit := func(c *commandeer) error {
|
||||||
|
|
Loading…
Reference in a new issue