
twopi
List of commands for twopi:
-
twopi:tldr:17b35 twopi: Render a `png` image with a filename based on the input filename and output format (uppercase -O).$ twopi -T ${png} -O ${path-to-input-gv}try on your machineexplain this command
-
twopi:tldr:870c1 twopi: Render a `svg` image with the specified output filename (lowercase -o).$ twopi -T ${svg} -o ${path-to-image-svg} ${path-to-input-gv}try on your machineexplain this command
-
twopi:tldr:a40cc twopi: Render a `gif` image using `stdin` and `stdout`.$ echo "${digraph {this -> that} }" | twopi -T ${gif} > ${path-to-image-gif}try on your machineexplain this command