Closed JimTR closed 3 years ago
Issue-Label Bot is automatically applying the label type: feature request
to this issue, with a confidence of 0.69. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Sorry for the slow response. I can see no issue with removing the <
& >
from that. Not quite sure what you mean by :'s
though. Also im guessing you are using the ansi=off
setting.
the code currently reads `DESCRIPTION DIRECTION PORT PROTOCOL
Game/RCON INBOUND 27017 tcp/udp SourceTV INBOUND 27022 udp < Client OUTBOUND 27007 udp ` coud it read
DESCRIPTION DIRECTION PORT PROTOCOL Game/RCON: INBOUND 27017 tcp/udp SourceTV: INBOUND 27022 udp Client: OUTBOUND 27007 udp
notice the :'s added to the line
I have refactored port detection with the most recent update. this should help with this issue
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I am producing a web app using LGSM to contol games currently I am refactoring the ouput from the dt command most of the output works fine as I'm splitting the string around the : character to produce the array E.G Key value LinuxGSM version: v19.12.5 this works fine in most cases and most other outputs are easy enough to create a key for with the exception of this part mcserver outputs `
however most other games output like `
the easy fix is to add :'s after the title and remove the > and < any thoughts ?