dedmen / ArmaScriptCompiler

GNU General Public License v3.0
26 stars 12 forks source link

Added cli log options to redirect cout to file #26

Closed killerswin2 closed 1 year ago

killerswin2 commented 1 year ago

Adds the ability to defined cli options for futher use. Currently adds the -l or --log option to redirect std::cout to a file.

killerswin2 commented 1 year ago

Also adds a new library to handle the options parsing. https://github.com/jarro2783/cxxopts.git I could change the library if we "need" to but, it is very nice and small.

killerswin2 commented 1 year ago

image