9 lines
82 B
Go
9 lines
82 B
Go
package main
|
|
|
|
import (
|
|
"libre.sh/scim/pkg/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|