feat: add check to examples

This commit is contained in:
Daylin Morgan 2022-09-14 17:21:52 -05:00
parent 76d4c93ec5
commit ce9558b03c

View file

@ -93,6 +93,7 @@ info:
$(call tprint,$(mlmsg))
$(call tprint,{a.custom(fg=(148, 255, 15),bg=(103, 2, 15))}Custom Colors TOO!{a.end})
## check | get user confirmation or exit
.PHONY: check
check:
$(call tconfirm,Would you like to proceed?)