OliverCi / freeplane2md

Convert Freeplane mind maps into Markdown format
GNU Lesser General Public License v2.1
19 stars 3 forks source link

Change command line syntax to cc style #11

Closed OliverCi closed 1 year ago

OliverCi commented 1 year ago

Change command line syntax to cc style. Per default, only the input file is given via argument:

freeplane2md.py [options] <mindmap>

The output path is determined from the input path with the suffix '.mm' replaced by '.md'. Other output paths can be explicitly given using the option -o resp. --output=<markdownfile>.

Advantages: