diff options
| author | Paul Buetow <paul@buetow.org> | 2021-09-05 16:04:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-09-05 16:04:45 +0300 |
| commit | c895b3c8293ddbf46d66278061d7e0127adc57f7 (patch) | |
| tree | 172df2d8ff40dc04e04eb62637eae6bd8135bed6 /cmd | |
| parent | 64429c63054106e39d1a28c488d76db534ff2ed5 (diff) | |
-colorTable in combination with -debug prints whole sample paragraphs in
all color combinations.
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/dtail/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/dtail/main.go b/cmd/dtail/main.go index 6687538..b41e9bb 100644 --- a/cmd/dtail/main.go +++ b/cmd/dtail/main.go @@ -77,7 +77,7 @@ func main() { version.Print() if displayColorTable { - color.TablePrintAndExit() + color.TablePrintAndExit(debugEnable) } ctx, cancel := context.WithCancel(context.Background()) |
