[−][src]Function endbasic_core::program::all_commands
pub fn all_commands(
console: Rc<RefCell<dyn Console>>,
store: Rc<RefCell<dyn Store>>
) -> Vec<Rc<dyn BuiltinCommand>>
Instantiates all program editing commands against a new (empty) program, using console
for
interactive editing, and using dir
as the on-disk storage for the programs.