Add cargo +nightly dev generate-all (#1404)

This commit is contained in:
Charlie Marsh
2022-12-27 10:07:18 -05:00
committed by GitHub
parent 9106d5338b
commit b4dbe62da0
11 changed files with 60 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ const TOC_END_PRAGMA: &str = "<!-- End auto-generated table of contents. -->";
pub struct Cli {
/// Write the generated table to stdout (rather than to `README.md`).
#[arg(long)]
dry_run: bool,
pub(crate) dry_run: bool,
}
pub fn main(cli: &Cli) -> Result<()> {