<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40202 >
Related to discussions in a couple of other tickets, I'm creating separate ticket for rewriting command parsing / handling. Command lines should be tokenized before handle_stdin_input() calls command -specific functions. Token lists can then be passed to these command-specific functions. This would make user interface more uniform. Quotes would work around any parameter (user is not expected to know which seemingly arbitrary commands and parameters support it) It would also reduce duplicate code as tokenization would be in one place only, and not separately for each command. - ML _______________________________________________ Freeciv-dev mailing list [email protected] https://mail.gna.org/listinfo/freeciv-dev
