fix: deprecation warning of .read command (#296)

pull/297/head
Nicola Coretti 5 months ago committed by GitHub
parent 665f7ff4b9
commit 4e99df4c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -211,7 +211,7 @@ impl Repl {
.with_context(|| "Failed to copy the last output")?;
}
".read" => {
println!(r#"Deprecated. Use '.read' instead."#);
println!(r#"Deprecated. Use '.file' instead."#);
}
".file" => match args {
Some(args) => {

Loading…
Cancel
Save