1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Add --verbose flag, default to less verbose output (#1721)

This commit is contained in:
Tom Limoncelli
2022-08-20 20:59:02 -04:00
committed by GitHub
parent d907cdd2c2
commit 8bb63be8f5
7 changed files with 35 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ D_EXTEND("sub.domain.tld",
);
```
This will end up in the following modifications:
This will end up in the following modifications: (This output assumes the `--verbose` flag)
```text
******************** Domain: domain.tld

View File

@@ -21,7 +21,8 @@ for(i = 0; i < domains.length; i++) {
}
```
This will end up in following modifications:
This will end up in following modifications: (All output assumes the `--verbose` flag)
```text
******************** Domain: domain1.tld