Open Inno97 opened 4 years ago
The auto suggest will record any inputs that results in a working command. Whitespace in front of a command is acceptable as our parser knows how to ignore it, so any commands with white space in front of them will still work and as a result be recorded.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your reason]
Team chose [severity.Low
].
Originally [severity.Medium
].
Reason for disagreement: [replace this with your reason]
Sure, though it's quite ugly when it happens. You could trim the string before putting it in the auto suggest, makes it look nicer in the off chance that this actually happens.
Padding whitespaces to the front of commands will add them to the auto-suggest feature, if the command works.
I tried this out with the help command:
I don't think this is an intended feature.