added -o option to cmd compiler

This commit is contained in:
Liana Husikyan 2015-07-17 17:58:21 +02:00
parent 286473247e
commit 1c7354ed0f

View File

@ -37,7 +37,6 @@ enum class OutputType: uint8_t
{ {
STDOUT, STDOUT,
FILE, FILE,
BOTH
}; };
class CommandLineInterface class CommandLineInterface