move run_command to pbs-tools
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -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};
|
||||
|
Reference in New Issue
Block a user