From 38a484d0fec91e290bc1633fc871131f9decd0ca Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Sun, 18 Dec 2016 11:49:34 -0800 Subject: [PATCH] Default Framework command use_quotes to false --- src/ext/framework/create_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/framework/create_command.rs b/src/ext/framework/create_command.rs index 99505e564cf..06d412a6db6 100644 --- a/src/ext/framework/create_command.rs +++ b/src/ext/framework/create_command.rs @@ -187,7 +187,7 @@ impl Default for Command { exec: CommandType::Basic(Box::new(|_, _, _| Ok(()))), desc: None, usage: None, - use_quotes: true, + use_quotes: false, min_args: None, bucket: None, max_args: None,