Changes between Version 6 and Version 7 of Documentation/T3Q/Usage


Ignore:
Timestamp:
03/06/18 15:18:43 (6 years ago)
Author:
phdmakk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/T3Q/Usage

    v6 v7  
    4848                                    WARNING and INFORMATION values) 
    4949 
     50    --local-dependencies            Generate local dependencies 
     51 
    5052    --output-path <PATH>            Destination path for the output (if  
    5153                                    applicable, otherwise ignored).  
     
    7173 
    7274 * The `--verbosity` option (also newly introduced in v0.4.2) regulates the verbosity level of the output messages based on their type. The possible values are ''ERROR'', ''WARNING'' and ''INFORMATION'' (in an ascending inclusive order, meaning that when ''INFORMATION'' is selected, the output will include both ''ERROR'' and ''WARNING'' verbosity level messages as well). ''INFORMATION'' is the default setting. More information about the message types is available in the next section. 
     75 
     76 * The `--local-dependencies` option (newly introduced in v2.0.0b23) enables the generation of local-dependencies. Currently, when the feature is activated, the other checks are deactivated. The location of the generated output can be specified with the '''dependencyOutputPath''' in the configuration profile (''DOCUMENTATION'' by default). The output path can also be overridden by the command line argument for the `--output-path` option. 
    7377 
    7478 * The `--output-path` option (newly introduced in v1.0.1) makes it possible to supply the output path at the command line interface (overriding the profile setting). If affects only the code formatting feature and if it is not used, this optionr is simply ignored. It is added purely for convenience in case the same profile has to be used on different projects with different destination paths.