Use this script to generate meshes of fractals
blender -P src/mesh.py -- --help
the -- is an argument seperator so that blender knows that arguments after that are for the script.
For MacOS, replace blender with the binary inside the .app:
For example, ~/Applications/blender.app/Contents/MacOS/blender -P src/mesh.py -- --help