mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
fix(parser): Consistently log parser
This commit is contained in:
parent
c74d3fb045
commit
0e04367826
1 changed files with 1 additions and 0 deletions
|
@ -1241,6 +1241,7 @@ impl<'help, 'cmd> Parser<'help, 'cmd> {
|
|||
|
||||
#[cfg(feature = "env")]
|
||||
fn add_env(&mut self, matcher: &mut ArgMatcher, trailing_values: bool) -> ClapResult<()> {
|
||||
debug!("Parser::add_env");
|
||||
use crate::util::str_to_bool;
|
||||
|
||||
self.cmd.get_arguments().try_for_each(|a| {
|
||||
|
|
Loading…
Add table
Reference in a new issue