Actions
Task #3269
closedRefactor program parameters into class
Start date:
10/15/2015
Due date:
% Done:
100%
Estimated time:
Description
Currently, each argument received from the command-line is saved into an independent freestanding variable. Instead, each variable should be stored in a ProgramOptions class that can be passed to the Mini-NDN execute method.
Actions