add main project files
This commit is contained in:
14
cmd/altcha/main.go
Normal file
14
cmd/altcha/main.go
Normal file
@ -0,0 +1,14 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"forge.cadoles.com/cadoles/altcha-server/internal/command"
|
||||
)
|
||||
|
||||
func main() {
|
||||
command.Main(
|
||||
command.RunCommand(),
|
||||
command.GenerateCommand(),
|
||||
command.SolveCommand(),
|
||||
command.VerifyCommand(),
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user