feat: Add the vantagectl module and its cobra root

Its own module rather than a package under shared, so cobra and pflag stay
out of the module graphs of server, admin and sitesvc, which never use
them.
This commit is contained in:
2026-09-07 13:45:20 +00:00
parent 060fa64339
commit d9f7fa6993
10 changed files with 344 additions and 0 deletions
+1
View File
@@ -6,4 +6,5 @@ use (
./server
./shared
./sitesvc
./vantagectl
)