@@ -18,9 +18,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
packagemain
import(
"os"
"github.com/tlinden/tablizer/cmd"
)
funcmain(){
cmd.Execute()
os.Exit(Main())
}
funcMain()int{
cmd.Execute()
return0// cmd takes care of exit 1 itself
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.