comparison usage.go @ 79:7b122b71fcfa draft

A good time to finally release a stable version Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Tue, 12 Dec 2023 14:09:17 +0000
parents e1f9fda6986a
children d8c30f64e301
comparison
equal deleted inserted replaced
78:5583ff07e384 79:7b122b71fcfa
4 "fmt" 4 "fmt"
5 ) 5 )
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", FullVersion()) 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/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")