notice about --config option

This commit is contained in:
Sebastian Wilzbach 2016-04-15 21:06:11 +03:00
parent a78c4610a2
commit 2d717530b7
1 changed files with 6 additions and 0 deletions

View File

@ -158,6 +158,12 @@ generates tags for private and package declarations in addition to what
The "--outline" option parses the given D source file and writes an simple
outline of the file's declarations to stdout.
### Configuration
By default Dscanner uses the configuration file given in `$HOME/.config/dscanner/dscanner.ini`.
Run `--defaultConfig` to regenerate it.
The `--config` option allows one to use a custom configuration file.
### AST Dump
The "--ast" or "--xml" options will dump the complete abstract syntax tree of
the given source file to standard output in XML format.