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
|
Line | |
---|
1 | package aya
|
---|
2 |
|
---|
3 | import (
|
---|
4 | "fmt"
|
---|
5 | )
|
---|
6 |
|
---|
7 | func 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.