]> git.proxmox.com Git - proxmox-backup.git/blobdiff - pbs-tools/src/lib.rs
move run_command to pbs-tools
[proxmox-backup.git] / pbs-tools / src / lib.rs
index c4221f0dfdc9df706e88ec84140d89f4018880ef..9bf1368c30021c782bb28a4a23011898b2774d1d 100644 (file)
@@ -2,3 +2,6 @@ pub mod borrow;
 pub mod format;
 pub mod fs;
 pub mod str;
+
+mod command;
+pub use command::{run_command, command_output, command_output_as_string};