jyn514 / GradeForge

Courses available from my.sc.edu
GNU General Public License v3.0
1 stars 0 forks source link

`gradeforge download` should take an output parameter #29

Closed jyn514 closed 5 years ago

jyn514 commented 6 years ago

this is already done for gradeforge parse; it can't be identical because download doesn't take an input parameter.

I want to make an output parser, then have IO have the output parser as a parent.

jyn514 commented 6 years ago

Note that this would be done in __main__.py; everything in download returns text, it doesn't write to a file

jyn514 commented 5 years ago

Closing as WONTFIX, if you want to redirect output use stdout the same way the makefile does it (gradeforge download x > my_output_file)