From 17eabe133417ebbfa18bc1ff04e7aa9e3cd72ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 5 Jun 2020 23:26:26 +0200 Subject: Add TODO about -o in sub-commands. --- module/main.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/main.scm') diff --git a/module/main.scm b/module/main.scm index 287bc75e..97256894 100644 --- a/module/main.scm +++ b/module/main.scm @@ -121,6 +121,8 @@ (when (file-exists? config-file) (primitive-load config-file))) + ;; TODO this doesn't stop at first non-option, meaning that -o flags + ;; from sub-commands might be parsed. (map (lambda (pair) (let* (((key value) (string-split (cadr pair) #\=))) (set-config! (string->symbol key) -- cgit v1.2.3