mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +03:00
Merge pull request #580 from ska80/ide-mode-socket-no-banner
Suppress banner when running with --ide-mode-socket option
This commit is contained in:
commit
8a346e18f2
@ -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