Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
overmind
/
matrix-docker-ansible-deploy
miroir de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
fgrep -> grep -F
pull/2193/head
Slavi Pantaleev
il y a 3 ans
Parent
716efe7ad5
révision
d44b037850
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
Makefile
+ 1
- 1
Makefile
Voir le fichier
@@ -1,7 +1,7 @@
.PHONY: lint
help: ## Show this help.
@
f
grep -h "##" $(MAKEFILE_LIST) |
f
grep -v
f
grep | sed -e 's/\\$$//' | sed -e 's/##//'
@grep
-F
-h "##" $(MAKEFILE_LIST) | grep -v grep | sed -e 's/\\$$//' | sed -e 's/##//'
lint: ## Runs ansible-lint against all roles in the playbook
ansible-lint
Écrire
Aperçu
Chargement…
Annuler
Enregistrer