# Imatree ## Usage ```rust cargo run --bin create -- --name "name" ``` ## Help -n, --name The name of the image to create -p, --path Path to save the image [default: Current directory] -c, --color The color of the text [default: Black] -f, --font-size The font size of the text [default: 0] -- 0 is auto -w, --width The width of the image [default: 1000] -t, --height The height of the image [default: 1000] -h, --help Print help -V, --version Print version ## Examples ![Imatree](./sample/imatree.png)