/* Copyright © 2024 Brian Buller */ package main import "git.bullercodeworks.com/brian/nccli/cmd" func main() { cmd.Execute() }