Most sbt command options where added before sbt server landing. But now that we have two types of process, clients and servers, we should clearly distinguish between client and server options. For instance --no-color is a client option. One client may want colors (a shell) and another may not want them (BSP).
It should fix #6468