mu: support --eval for server testing

Add a hidden command-line argument, just for testing.
This commit is contained in:
Dirk-Jan C. Binnema
2020-05-05 21:24:37 +03:00
parent 7ddcc2159f
commit f3b70bf049
3 changed files with 11 additions and 1 deletions

View File

@ -184,8 +184,9 @@ struct _MuConfig {
/* for server */
gboolean commands; /* dump documentations for server
* commands */
gchar *eval; /* command to evaluate */
/* options for mu-script */
/* options for mu-script */
gchar *script; /* script to run */
const char **script_params; /* parameters for scripts */
};