Add preset cmd/arg to test args

This commit is contained in:
Joseph Mark 2017-07-12 16:31:28 +07:00
parent 2d52c7b42f
commit 451ef7f09b
No known key found for this signature in database
GPG Key ID: 9BA8D1EE2E53C283

View File

@ -688,12 +688,14 @@ mod tests {
cmd_hash: false, cmd_hash: false,
cmd_db: false, cmd_db: false,
cmd_kill: false, cmd_kill: false,
cmd_preset: false,
// Arguments // Arguments
arg_pid_file: "".into(), arg_pid_file: "".into(),
arg_file: None, arg_file: None,
arg_id: None, arg_id: None,
arg_path: vec![], arg_path: vec![],
arg_preset: "".into(),
// -- Operating Options // -- Operating Options
flag_mode: "last".into(), flag_mode: "last".into(),