We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
perseus tinker
.perseus/
1 parent 827bf82 commit 0e9bed5Copy full SHA for 0e9bed5
āpackages/perseus-cli/src/bin/main.rs
@@ -145,6 +145,8 @@ fn core(dir: PathBuf) -> Result<i32, Error> {
145
// This will remove old tinkerings and eliminate any possible corruptions (which are very likely with tinkering!)
146
if !tinker_opts.no_clean {
147
delete_bad_dir(dir.clone())?;
148
+ // Recreate the '.perseus/' directory
149
+ prepare(dir.clone())?;
150
}
151
tinker(dir)?
152
0 commit comments