Add documentation

This commit is contained in:
2024-04-10 04:49:36 +02:00
parent 5070101706
commit 2f53638f82

View File

@@ -1,3 +1,7 @@
// Katenary CLI, main package.
//
// This package is not intended to be imported. It contains the
// main function that build the command line with `cobra` package.
package main
import (