source: code/trunk/usage.go@ 77

Last change on this file since 77 was 76, checked in by Izuru Yakumo, 18 months ago

The Emperor (IV)

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 477 bytes
RevLine 
[76]1package aya
2
3import (
4 "fmt"
5)
6
7func PrintUsage() {
8 fmt.Printf("aya/%v\n", FullVersion())
9 fmt.Println("Homepage: https://aya.chaotic.ninja")
10 fmt.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya")
11 fmt.Println("==")
12 fmt.Println("build [file] · (Re)build a site or a file in particular")
13 fmt.Println("clean · Remove the generated .pub directory")
14 fmt.Println("==")
15 fmt.Println("For more information please read the manual page")
16 fmt.Println("man aya")
17}
Note: See TracBrowser for help on using the repository browser.