7 // This function is called by the `aya help` subcommand
9 fmt
.Printf("aya/%v\n", PrintFullVersion())
10 fmt
.Println("Homepage: https://suzunaan.chaotic.ninja/aya/")
11 fmt
.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya")
13 fmt
.Println("build [file] · (Re)build a site or a file in particular")
14 fmt
.Println("clean · Remove the generated .pub directory")
16 fmt
.Println("For more information please read the manual page")
17 fmt
.Println("man aya")