Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 45dacb8

Browse files
committed
The REPL is dead now. Will be removed in a future update. Use the GUI / Better REPL instead. It's all ogre now.
1 parent bc485a1 commit 45dacb8

File tree

1 file changed

+1
-1
lines changed
  • src/main/scala/org/codeoverflow/chatoverflow/ui

1 file changed

+1
-1
lines changed

src/main/scala/org/codeoverflow/chatoverflow/ui/CLI.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ object CLI {
7575
case class Config(pluginFolderPath: String = "plugins/",
7676
configFolderPath: String = "config/",
7777
requirementPackage: String = "org.codeoverflow.chatoverflow.requirement",
78-
ui: UI = UI.BOTH,
78+
ui: UI = UI.GUI,
7979
requirePasswordOnStartup: Boolean = true,
8080
pluginDataPath: String = "data",
8181
webServerPort: Int = 2400,

0 commit comments

Comments
 (0)