mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-03-17 06:43:01 +00:00
12 lines
133 B
Go
12 lines
133 B
Go
package main
|
|
|
|
import (
|
|
"os"
|
|
|
|
"github.com/DeBrosOfficial/network/pkg/cli"
|
|
)
|
|
|
|
func main() {
|
|
cli.HandleInspectCommand(os.Args[1:])
|
|
}
|