It would make this plugin much more accessible if the process started by start had its PID tracked, which could then be used for the stop command.
This would make possible:
stop = "kill {pid}"
Which would be much easier then installing and figuring out screen or tmux, for less advanced users.
Thanks!
It would make this plugin much more accessible if the process started by
starthad its PID tracked, which could then be used for thestopcommand.This would make possible:
stop = "kill {pid}"Which would be much easier then installing and figuring out
screenortmux, for less advanced users.Thanks!