github.com/rabbouni145/gg@v0.47.1/docs/content/en/commands/hugo_gen_man.md (about) 1 --- 2 date: 2018-08-17 3 title: "hugo gen man" 4 slug: hugo_gen_man 5 url: /commands/hugo_gen_man/ 6 --- 7 ## hugo gen man 8 9 Generate man pages for the Hugo CLI 10 11 ### Synopsis 12 13 This command automatically generates up-to-date man pages of Hugo's 14 command-line interface. By default, it creates the man page files 15 in the "man" directory under the current directory. 16 17 ``` 18 hugo gen man [flags] 19 ``` 20 21 ### Options 22 23 ``` 24 --dir string the directory to write the man pages. (default "man/") 25 -h, --help help for man 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --config string config file (default is path/config.yaml|json|toml) 32 --debug debug output 33 --log enable Logging 34 --logFile string log File path (if set, logging enabled automatically) 35 --quiet build in quiet mode 36 -v, --verbose verbose output 37 --verboseLog verbose logging 38 ``` 39 40 ### SEE ALSO 41 42 * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. 43 44 ###### Auto generated by spf13/cobra on 17-Aug-2018