pringscreem / FileCombiner

C++ program to combine multiple other C++ source files into one file by appending them to a single .cpp file
0 stars 0 forks source link

Help Menu #2

Closed pringscreem closed 2 months ago

pringscreem commented 2 months ago

Implement the help menu indicated by the program instructions. -Check for argument in argv[1] -Call Help() -Exit

pringscreem commented 2 months ago

This will look similar to a run-loop, but it only needs to check for conditions and either execute the Help() or the combine branch (Rename Run() to Combine() ?)

pringscreem commented 2 months ago

Close enough. Closing.