Changeset 89 in code for trunk/cmd


Ignore:
Timestamp:
Apr 17, 2025, 2:06:12 PM (7 weeks ago)
Author:
Izuru Yakumo
Message:

風神「嵐の日」

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cmd/aya/main.go

    r85 r89  
    1 // $TheSupernovaDuo: marisa.chaotic.ninja/aya/cmd/aya, v1.0.1 2023-12-12 14:27:02+0000, yakumo_izuru Exp $
    21package main
    32
     
    87        "strings"
    98
    10         "marisa.chaotic.ninja/aya"
     9        "mahou-no-mori.yakumo.dev/aya"
    1110)
    1211
     
    7473                }
    7574        case "version":
    76                 aya.PrintVersion()
     75                fmt.Println(aya.PrintVersion())
    7776                os.Exit(0)
    7877        case "watch":
Note: See TracChangeset for help on using the changeset viewer.