Changeset 80 in code for trunk/usage.go
- Timestamp:
- Dec 12, 2023, 2:09:17 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/usage.go
r78 r80 7 7 // This function is called by the `aya help` subcommand 8 8 func PrintUsage() { 9 fmt.Printf("aya/%v\n", FullVersion())9 fmt.Printf("aya/%v\n", PrintFullVersion()) 10 10 fmt.Println("Homepage: https://aya.chaotic.ninja") 11 11 fmt.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya")
Note:
See TracChangeset
for help on using the changeset viewer.