elanthia-online / illthorn

Electron-based FE
18 stars 10 forks source link

feat: add config launcher.bin and :launch command #48

Closed ondreian closed 4 years ago

ondreian commented 4 years ago

allows for a :launch <name> <port> to be passed to a string in config.json at launcher.bin

this is my example how I am using it:

"launcher": {
        "bin": "/home/benjamin/bin/cabal --login={char}"
    }