Mercurial > yakumo_izuru > aya
comparison usage.go @ 83:d8c30f64e301 draft
何をしていたか忘れてしまった
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author | yakumo.izuru |
---|---|
date | Tue, 26 Mar 2024 02:18:06 +0000 |
parents | 7b122b71fcfa |
children | 01ae2ad18ed1 |
comparison
equal
deleted
inserted
replaced
82:1b27391363d1 | 83:d8c30f64e301 |
---|---|
6 | 6 |
7 // This function is called by the `aya help` subcommand | 7 // This function is called by the `aya help` subcommand |
8 func PrintUsage() { | 8 func PrintUsage() { |
9 fmt.Printf("aya/%v\n", PrintFullVersion()) | 9 fmt.Printf("aya/%v\n", PrintFullVersion()) |
10 fmt.Println("Homepage: https://aya.chaotic.ninja") | 10 fmt.Println("Homepage: https://aya.chaotic.ninja") |
11 fmt.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya") | 11 fmt.Println("Repository: https://git.chaotic.ninja/usr/yakumo_izuru/aya") |
12 fmt.Println("==") | 12 fmt.Println("==") |
13 fmt.Println("build [file] · (Re)build a site or a file in particular") | 13 fmt.Println("build [file] · (Re)build a site or a file in particular") |
14 fmt.Println("clean · Remove the generated .pub directory") | 14 fmt.Println("clean · Remove the generated .pub directory") |
15 fmt.Println("==") | 15 fmt.Println("==") |
16 fmt.Println("For more information please read the manual page") | 16 fmt.Println("For more information please read the manual page") |