mirror of
https://gitlab.com/camelot/kickc.git
synced 2025-04-03 08:30:49 +00:00
Closes #368
This commit is contained in:
parent
c958f7e781
commit
20b596d98b
@ -85,7 +85,7 @@ public class KickC implements Callable<Void> {
|
||||
@CommandLine.Option(names = {"-v"}, description = "Verbose output describing the compilation process")
|
||||
private boolean verbose = false;
|
||||
|
||||
@CommandLine.Option(names = {"-vasmout"}, description = "Verbosity Option. Show KickAsm standard output during compilation.")
|
||||
@CommandLine.Option(names = {"-vasmout"}, description = "Verbosity Option. Show KickAssembler standard output during compilation.")
|
||||
private boolean verboseAsmOut = false;
|
||||
|
||||
@CommandLine.Option(names = {"-vparse"}, description = "Verbosity Option. File Parsing.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user