make subcommand headers smaller

This commit is contained in:
mfahampshire
2024-10-15 16:23:46 +02:00
parent c4f5642c52
commit 94ed32d493
+1 -1
View File
@@ -159,7 +159,7 @@ fn main() -> io::Result<()> {
write_output_to_file(&mut file, output)?;
for (subcommand, subsubcommands) in subcommands {
writeln!(file, "\n### `{}` ", subcommand)?;
writeln!(file, "\n## `{}` ", subcommand)?;
let output = Command::new(main_command)
.arg(subcommand)
.arg("--help")