1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-03-03 10:07:36 +01:00

- added reader macro to disable GUI activation.

This commit is contained in:
cage 2025-01-05 21:40:51 +01:00
parent 51e3e4a530
commit 7a3e1616f5
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@
:description (_ "Start as gemini client only.")
:short #\G
:long "gemini-client-only")
#-no-gui
(:name :gemini-gui
:description (_ "Start as gemini gui client only.")
:short #\U

View File

@ -206,3 +206,4 @@
;; (push :debug-gemini-request *features*)
;; (push :debug-json-rpc *features*)
;; (push :debug-croatoan-events *features*)
;; (push :no-gui *features*)