[−][src]Function endbasic_core::console::all_commands
pub fn all_commands(
console: Rc<RefCell<dyn Console>>
) -> Vec<Rc<dyn BuiltinCommand>>
Adds all console-related commands for the given console
to the machine
.
pub fn all_commands(
console: Rc<RefCell<dyn Console>>
) -> Vec<Rc<dyn BuiltinCommand>>
Adds all console-related commands for the given console
to the machine
.