@@ -0,0 +1,15 @@
package main
import (
"fmt"
"os"
"github.com/tnypxl/rollup/cmd"
)
func main() {
if err := cmd.Execute(); err != nil {
fmt.Println(err)
os.Exit(1)
}
The note is not visible to the blocked user.