CCExtractor Development
FinalDays: Make sure our help screen contains all the possible parameters.
Our command line tool - CCExtractor has lots of options. Really lots. It also has a help screen that explains all of them (or to be exact, should explain all of them). You can get that help screen by running CCExtractor without any arguments : ./ccextractor
.
The good news is that everything is in one file: params.c.
So your job is to inspect that file, check the options it accepts, and for each of them find the explanation in the help.
Write a report of all the options that the program accepts (just the name, you don't need to really understand what's going on behind the scenes) and whether they are explained or not in the help screen.
Task tags
Students who completed this task
mr_boomerang_