Put util under the library.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use tokio::process::Command;
|
||||
|
||||
pub(crate) async fn print_versions() -> Result<(), Box<dyn std::error::Error>> {
|
||||
pub async fn print_versions() -> Result<(), Box<dyn std::error::Error>> {
|
||||
eprintln!("Using emacs version: {}", get_emacs_version().await?.trim());
|
||||
eprintln!(
|
||||
"Using org-mode version: {}",
|
||||
|
||||
Reference in New Issue
Block a user