Changes between Version 6 and Version 7 of Documentation/T3Q/Usage
- Timestamp:
- 03/06/18 15:18:43 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/T3Q/Usage
v6 v7 48 48 WARNING and INFORMATION values) 49 49 50 --local-dependencies Generate local dependencies 51 50 52 --output-path <PATH> Destination path for the output (if 51 53 applicable, otherwise ignored). … … 71 73 72 74 * 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. 73 77 74 78 * 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.