

if condition https://github.com/teeworlds/teeworlds/blob/f4628c172386b492386e2e29cb13f8858305e464/src/game/editor/editor2.cpp#L1602-L1604
A workaround needs to be found if f4628c1 is necessary.
pManager->AddCommand("test", "Test the command system", "s['foo'|'bar']", Com_Example, this);
typing /tes currently suggests /test but it would be nice to also have /test f suggest /test foo on the client autocompletion.
/whisper nam on tab it should autocomplete to /whisper "nameless tee"
but simple names like /whisper foo should stay unquoted.
