= {
make_command_args("h", "", 0, common::cli::ParsedCommand::maxArgumentCount, "This page", handles::cmd_sys_help),
make_command("alerts", "show all raised alerts", handles::cmd_alerts),
make_command("stats", "display the system use statistics", handles::cmd_stats),
make_command("tasks", "display a debug of task usages", handles::cmd_tasks),
make_command("time", "show current time", handles::cmd_time),
make_command("ble", "debug bluetooth informations", handles::cmd_ble),
make_command("pd", "display the connected PD capabilities", handles::cmd_powerdelivery),
make_command("bat", " battery info/levels", handles::cmd_bat),
make_command("states", "state machine states", handles::cmd_states),
make_command("serial", "show serial infos", handles::cmd_serial),
make_command("cinfo", "charger infos", handles::cmd_cinfo),
make_command("adc", "values from the charger ADC", handles::cmd_adc),
make_command("i2c", "start an i2c presence check", handles::cmd_i2c),
}