11 lines
160 B
Go
11 lines
160 B
Go
|
/*
|
||
|
Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
|
||
|
*/
|
||
|
package main
|
||
|
|
||
|
import "git.bullercodeworks.com/brian/nccli/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|