From 4523ccf2ce09561dea7c3cc1056caa56ebe25ef7 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 25 Aug 2021 10:19:57 -0300 Subject: [PATCH] =?UTF-8?q?Arreglar=20regex=20que=20no=20matchea=20lo=20qu?= =?UTF-8?q?e=20esper=C3=A1bamos=20y=20oculta=20tareas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90f13f0..d5abe6f 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ include .env export help: always ## Ayuda - @grep "^[^\t]\+:.*##" Makefile | sed -re "s/(.*):.*##(.*)/\1;\2/" | column -s ";" -t | sed -re "s/^([^ ]+) /\x1B[38;5;197m\1\x1B[0m/" + @grep "^[^[:space:]]\+:.*##" Makefile | sed -re "s/(.*):.*##(.*)/\1;\2/" | column -s ";" -t | sed -re "s/^([^ ]+) /\x1B[38;5;197m\1\x1B[0m/" all: install fa serve build ## Todas las tareas necesarias para desarrollar