Skip to content

Commit

Permalink
fix(debug): Moe detail
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 1, 2022
1 parent 3ca1b77 commit c6849e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4016,7 +4016,7 @@ impl<'help> App<'help> {
}

pub(crate) fn _build_self(&mut self) {
debug!("Command::_build");
debug!("Command::_build: name={:?}", self.get_name());
if !self.settings.is_set(AppSettings::Built) {
// Make sure all the globally set flags apply to us as well
self.settings = self.settings | self.g_settings;
Expand Down

0 comments on commit c6849e2

Please sign in to comment.