/[aya]/usage.go
ViewVC logotype

Annotation of /usage.go

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations)
Mon Sep 30 00:42:05 2024 UTC (6 weeks, 4 days ago) by yakumo_izuru
Branch: MAIN
CVS Tags: HEAD
Mirrored from https://git.chaotic.ninja/git/yakumo_izuru/aya

1 yakumo_izuru 1.1 package aya
2    
3     import (
4     "fmt"
5     )
6    
7     // This function is called by the `aya help` subcommand
8     func PrintUsage() {
9     fmt.Printf("aya/%v\n", PrintFullVersion())
10     fmt.Println("Homepage: https://suzunaan.chaotic.ninja/aya/")
11     fmt.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya")
12     fmt.Println("==")
13     fmt.Println("build [file] · (Re)build a site or a file in particular")
14     fmt.Println("clean · Remove the generated .pub directory")
15     fmt.Println("==")
16     fmt.Println("For more information please read the manual page")
17     fmt.Println("man aya")
18     }

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev