
neato
List of commands for neato:
-
neato:tldr:a9aaa neato: Render a `svg` image with the specified output filename (lowercase -o).$ neato -T ${svg} -o ${path-to-image-svg} ${path-to-input-gv}try on your machineexplain this command
-
neato:tldr:d8704 neato: Render a `png` image with a filename based on the input filename and output format (uppercase -O).$ neato -T ${png} -O ${path-to-input-gv}try on your machineexplain this command