Skip to content

Commit

Permalink
chore: remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Oct 14, 2024
1 parent 669f44e commit cb6042c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ pub fn parse_partial(spec: &Spec, input: &[String]) -> Result<ParseOutput, miett
}
if is_help_arg(spec, &w) {
// TODO: render based on current args
dbg!(&out.cmd);
let long = w.len() > 2;
out.errors
.push(UsageErr::Help(docs::cli::render_help(spec, &out.cmd, long)));
Expand Down

0 comments on commit cb6042c

Please sign in to comment.