user_startup

Function get_items_list

Source
pub fn get_items_list() -> Vec<(String, String)>
Expand description

Get a list of startup commands.

ยงReturns

A vector of tuples, where the first element is the id of the command and the second element is the command itself.