- Timestamp:
- Apr 17, 2025, 2:06:12 PM (7 weeks ago)
- 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 $2 1 package main 3 2 … … 8 7 "strings" 9 8 10 "ma risa.chaotic.ninja/aya"9 "mahou-no-mori.yakumo.dev/aya" 11 10 ) 12 11 … … 74 73 } 75 74 case "version": 76 aya.PrintVersion()75 fmt.Println(aya.PrintVersion()) 77 76 os.Exit(0) 78 77 case "watch":
Note:
See TracChangeset
for help on using the changeset viewer.