Skip to content

Commit

Permalink
Default Framework command use_quotes to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Hellyer committed Dec 18, 2016
1 parent 8e2c052 commit 38a484d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ext/framework/create_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 38a484d

Please sign in to comment.