Signed-off-by: kjuulh <contact@kjuulh.io>
@@ -0,0 +1,13 @@
package main
import (
"log"
"git.front.kjuulh.io/kjuulh/contractor/cmd/contractor"
)
func main() {
if err := contractor.RootCmd().Execute(); err != nil {
log.Fatal(err)
}
The note is not visible to the blocked user.