Changeset 80 in code for trunk/usage.go


Ignore:
Timestamp:
Dec 12, 2023, 2:09:17 PM (18 months ago)
Author:
Izuru Yakumo
Message:

A good time to finally release a stable version

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/usage.go

    r78 r80  
    77// This function is called by the `aya help` subcommand
    88func PrintUsage() {
    9         fmt.Printf("aya/%v\n", FullVersion())
     9        fmt.Printf("aya/%v\n", PrintFullVersion())
    1010        fmt.Println("Homepage: https://aya.chaotic.ninja")
    1111        fmt.Println("Repository: https://git.chaotic.ninja/yakumo.izuru/aya")
Note: See TracChangeset for help on using the changeset viewer.