Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 23, 2024
1 parent 1f6f894 commit 7ec7d9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docs_markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ fn do_markdown(doc: &mut MarkdownDocument, app: &Command, title: &str) -> Result
}

let args = app.get_arguments().collect::<Vec<&clap::Arg>>();
println!("args: {:?}", args);
if !args.is_empty() {
doc.header("Options".to_string(), pulldown_cmark::HeadingLevel::H3);

Expand Down

0 comments on commit 7ec7d9f

Please sign in to comment.