Closed ondreian closed 4 years ago
allows for a :launch <name> <port> to be passed to a string in config.json at launcher.bin
:launch <name> <port>
config.json
launcher.bin
this is my example how I am using it:
"launcher": { "bin": "/home/benjamin/bin/cabal --login={char}" }
allows for a
:launch <name> <port>
to be passed to a string inconfig.json
atlauncher.bin
this is my example how I am using it: