From 2d717530b79cf61f606fead600856e1004ba54e5 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Fri, 15 Apr 2016 21:06:11 +0300 Subject: [PATCH] notice about --config option --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4a01f67..ea81ef8 100644 --- a/README.md +++ b/README.md @@ -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.