L3RCAPPKPURGFWF4TKDVIJRRMPJDMQAZ6T5CITGMS7KP5ROZ7IWAC
FZ7MXL3BGIDZEEEKWX4CHAKPDO46FFF5BZDL6S2KOWTZ53GE7D6AC
EUZFFJSOWV4PXDFFPDAFBHFUUMOFEU6ST7JH57YYRRR2SEOXLN6QC
QL6K2ZM35B3NIXEMMCJWUSFXOBQHAGXRDMO7ID5DCKTJH4QJVY7QC
A3RM526Y7LUXNYW4TL56YKQ5GVOK2R5D7JJVTSQ6TT5MEXIR6YAAC
AAXP2534BWX2ZUDZZHUMLYDBMGFGUH32CNRA3KOLER3JKOIJUZLAC
/// Set the repository where this command should run. Defaults to /// the first ancestor of the current directory that contains a /// `.pijul` directory. #[clap(long = "repository")] repo_path: Option<PathBuf>,
/// Set the repository where this command should run. Defaults to
/// the first ancestor of the current directory that contains a
/// `.pijul` directory.
#[clap(long = "repository")]
repo_path: Option<PathBuf>,
let mut repo = Repository::find_root(self.repo_path)?;
repo_path,
let mut repo = Repository::find_root(repo_path)?;
let repo = Repository::find_root(repo_path)?;
let repo = Repository::find_root(None)?;