Skip to content

Commit

Permalink
Turn off the owner_privilege option (#692)
Browse files Browse the repository at this point in the history
Its default value will now be `false`.
  • Loading branch information
arqunis committed Dec 13, 2019
1 parent b2c951d commit d4b45f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions command_attr/src/structures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ impl Options {
let mut options = Self::default();

options.help_available = true;
options.owner_privilege = true;

options
}
Expand Down Expand Up @@ -416,7 +415,6 @@ impl GroupOptions {
pub fn new() -> Self {
let mut options = Self::default();

options.owner_privilege = true;
options.help_available = true;

options
Expand Down

0 comments on commit d4b45f4

Please sign in to comment.