TheELNConsortium / TheELNFileFormat

Specification for the ELN File Format
MIT License
45 stars 9 forks source link

Some code improvements #11

Closed NicolasCARPi closed 2 years ago

NicolasCARPi commented 2 years ago

First commit is just formatting (with black --skip-string-normalization tools/eln2md.py) and using /usr/bin/env for the shebang.

Second commit is:

NicolasCARPi commented 2 years ago

Next would be use proper arguments parsing with a positional argument for folder path (defaulting to current dir), and a --format option, along with quiet and verbose modes.