Function add_all

Source
pub fn add_all(
    machine: &mut Machine,
    console: Rc<RefCell<dyn Console>>,
    storage: Rc<RefCell<Storage>>,
)
Expand description

Adds all file system manipulation commands for storage to the machine, using console to display information.