Added project files
This commit is contained in:
parent
84547f6dcb
commit
94a5aff260
23 changed files with 1042 additions and 1 deletions
11
cli/main.go
Normal file
11
cli/main.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Copyright (c) 2025, Julian Müller (ChaoticByte)
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func main() {
|
||||
os.Exit(CliRun())
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue