#include "cli_utils.h" void cli_cmd_about(char *args) { (void)args; cli_write("BrewOS Desktop v1.01 Alpha\n"); }