gekigek99
gekigek99
### Is there an existing feature request for this? - [X] I have searched the existing issues before opening this feature request. ### Describe the feature you would like to...
`msh version` Command should be run from terminal or server chat.
benefits: - remove: https://github.com/gekware/minecraft-server-hibernation/blob/1b2c2fea988e686ab36675da14bd0d96f88595e9/lib/conn/conn-query.go#L207-L217 - remove: https://github.com/gekware/minecraft-server-hibernation/blob/1b2c2fea988e686ab36675da14bd0d96f88595e9/lib/conn/conn-query.go#L240-L250 - remove: https://github.com/gekware/minecraft-server-hibernation/blob/1b2c2fea988e686ab36675da14bd0d96f88595e9/lib/conn/conn.go#L72-L82
I'm using the simple example but once I print something in the run() function the program does not exit... I've tried using `s.Stop() `and `p.Stop(s)` but they are equally unaffective......