mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
Suppress banner when running with --ide-mode-socket option
This commit is contained in:
parent
310b7a007c
commit
899d425bbf
@ -52,6 +52,9 @@ preOptions (ExecFn _ :: opts)
|
||||
preOptions (IdeMode :: opts)
|
||||
= do setSession (record { nobanner = True } !getSession)
|
||||
preOptions opts
|
||||
preOptions (IdeModeSocket _ :: opts)
|
||||
= do setSession (record { nobanner = True } !getSession)
|
||||
preOptions opts
|
||||
preOptions (CheckOnly :: opts)
|
||||
= do setSession (record { nobanner = True } !getSession)
|
||||
preOptions opts
|
||||
|
Loading…
Reference in New Issue
Block a user