User Tools

Site Tools


command_line

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
command_line [2020/02/22 17:25]
jtwine
command_line [2020/04/12 11:42]
jtwine [Compile Mode]
Line 24: Line 24:
  
 <​code>​ <​code>​
-  -v, --Verbosity ​   (Default: Warning) Compiler verbosity (message level) +  -v, --Verbosity ​       (Default: Warning) Compiler verbosity (message level) 
-  -n, --NoColor ​     (Default: false) No color - do not colorize console output +  -n, --NoColor ​         (Default: false) No color - do not colorize console output 
-  -o, --Options ​     (Default: None) Compiler options +  -o, --Options ​         (Default: None) Compiler options 
-  -f, --File         Required10LC files to compile +  -w, --DisableWarnings ​ (Default: None) Disable specified warnings (message numbers) 
-  --help ​            ​Display this help screen. +  -f, --Files            ​Required ​10LC files to compile 
-  --version ​         Display version information.+  --help ​                ​Display this help screen. 
 +  --version ​             Display version information.
 </​code>​ </​code>​
  
Line 39: Line 40:
 | ''​-N''​ | ''​%%--%%NoColor''​ | Disables the coloring of console output. ​ By default, console output is colored according to the severity of the output (i.e. errors in red, warnings in yellow, etc.) | | ''​-N''​ | ''​%%--%%NoColor''​ | Disables the coloring of console output. ​ By default, console output is colored according to the severity of the output (i.e. errors in red, warnings in yellow, etc.) |
 | ''​-O''​ | ''​%%--%%Options''​ | Sets one or more compiler options. ​ Supported options are listed below. | | ''​-O''​ | ''​%%--%%Options''​ | Sets one or more compiler options. ​ Supported options are listed below. |
 +| ''​-W''​ | ''​%%--%%DisableWarnings''​ | Sets one or more warnings that are to be disabled (suppressed). |
 | ''​-F''​ | ''​%%--%%File''​ | Indicates the files (one or more) that are to be compiled | | ''​-F''​ | ''​%%--%%File''​ | Indicates the files (one or more) that are to be compiled |
  
command_line.txt · Last modified: 2020/04/12 11:54 by jtwine