diff options
Diffstat (limited to 'src/ext/framework/create_command.rs')
| -rw-r--r-- | src/ext/framework/create_command.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/framework/create_command.rs b/src/ext/framework/create_command.rs index 99505e5..06d412a 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, |