summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtzfr.eu>2020-08-05 22:04:50 +0200
committerHubert Hirtz <hubert@hirtzfr.eu>2020-08-05 22:04:50 +0200
commite56baed4fc8f53047cbe216347d57171001e0a6e (patch)
tree641a3f84fe824681842407801608993b892a0fa1 /config.go
parentDon't request history of the home buffer (diff)
Add a -debug flag and show raw messages
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.go b/config.go
index ee76473..216655a 100644
--- a/config.go
+++ b/config.go
@@ -13,6 +13,8 @@ type Config struct {
User string
Password *string
Highlights []string
+
+ Debug bool
}
func ParseConfig(buf []byte) (cfg Config, err error) {