Initial Commit

Internal Link Generation
This commit is contained in:
2024-05-28 16:50:11 -05:00
commit e865313e15
11 changed files with 531 additions and 0 deletions

10
main.go Normal file
View File

@@ -0,0 +1,10 @@
/*
Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
*/
package main
import "git.bullercodeworks.com/brian/nccli/cmd"
func main() {
cmd.Execute()
}