The Emperor (IV)
* `aya help` is provided by aya.PrintUsage() now Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/aya/trunk@76 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
17
usage.go
Normal file
17
usage.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package aya
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func PrintUsage() {
|
||||
fmt.Printf("aya/%v\n", FullVersion())
|
||||
fmt.Println("Homepage: https://aya.chaotic.ninja")
|
||||
fmt.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya")
|
||||
fmt.Println("==")
|
||||
fmt.Println("build [file] · (Re)build a site or a file in particular")
|
||||
fmt.Println("clean · Remove the generated .pub directory")
|
||||
fmt.Println("==")
|
||||
fmt.Println("For more information please read the manual page")
|
||||
fmt.Println("man aya")
|
||||
}
|
||||
Reference in New Issue
Block a user