1.1.0
- Deprecates the
-fflag in favor of a positional argument, ie:- Before
mdtable -f in.txt - Now
mdtable in.txt
- Before
- Makes I/O error messages slightly better.
- Simplification of the
config.rsfile. - Small code changes in
main.rs.
-f flag in favor of a positional argument, ie:
mdtable -f in.txtmdtable in.txtconfig.rs file.main.rs.