usop4 / elegantt

Gantt chart drawing Python library with markdown/mermaid/csv format.
MIT License
2 stars 0 forks source link

Specify output filename on command line #14

Closed usop4 closed 2 months ago

usop4 commented 2 months ago

v0.0.7 and before, output filename is automatically replace extension.

Just like sample.csv to sample.png

But it isn't useful for any case, so we need to specify output filename on command line

usop4 commented 2 months ago

v0.0.8 is enable to specify output filename like this

elegantt --fname sample.csv --out sample.png