dbosk / canvaslms

Command-line interface to Canvas LMS
https://pypi.org/project/canvaslms/
MIT License
4 stars 1 forks source link

Make output {T,C}SV format #39

Closed dbosk closed 3 years ago

dbosk commented 3 years ago

Use Python's CSV-writer to write the tab separated output. And add an option to make it comma separated.

dbosk commented 3 years ago

Part of the package-format branch.