pub fn add_all<S: Into<String>>(
machine: &mut Machine,
service: Rc<RefCell<dyn Service>>,
console: Rc<RefCell<dyn Console>>,
storage: Rc<RefCell<Storage>>,
exec_base_url: S,
)Expand description
Adds all remote manipulation commands for service to the machine, using console to
display information and storage to manipulate the remote drives.