Merge 3ffa707253 into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2025-05-06 11:58:32 -07:00
committed by GitHub

View File

@@ -1,8 +1,6 @@
//! Standard type to use with the `--approval-mode` CLI option.
//! Available when the `cli` feature is enabled for the crate.
use std::path::PathBuf;
use clap::ArgAction;
use clap::Parser;
use clap::ValueEnum;