mu: support --eval for server testing
Add a hidden command-line argument, just for testing.
This commit is contained in:
@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user