1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 19:45:59 +02:00

acyclic: add French translation (#8194)

This commit is contained in:
Nicolas Hansse 2022-07-20 14:55:54 +02:00 committed by GitHub
parent 4ef9aa731f
commit 2a01bb7b7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,17 @@
# acyclic
> Construit un graphe orienté acyclique en inversant quelques sommets.
> Filtres Graphviz : `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, & `unflatten`.
> Plus d'informations : <https://graphviz.org/pdf/acyclic.1.pdf>.
- Construit un graphe orienté acyclique en inversant quelques sommets :
`acyclic {{chemin/vers/entrée.gv}} > {{chemin/vers/sortie.gv}}`
- Affiche si un graphe est acyclique, possède une boucle ou est non-dirigé, ne produit pas de graphe en sortie :
`acyclic -v -n {{chemin/vers/entrée.gv}}`
- Affiche l'aide d' `acyclic` :
`acyclic -?`