一堆代码

This commit is contained in:
2026-04-21 02:12:12 +08:00
parent 27a51a0986
commit 11d87f16a5
11 changed files with 2205 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ static int ush_cmd_help(void) {
ush_writeln(" exec|run <path|name> [args...]");
ush_writeln(" clear");
ush_writeln(" ansi / ansitest / color");
ush_writeln(" bmpview <file.bmp> [cols]");
ush_writeln(" qrcode [--ecc <L|M|Q|H>] <text>");
ush_writeln(" wavplay <file.wav> [steps] [ticks] / wavplay --stop");
ush_writeln(" fastfetch [--plain]");
ush_writeln(" doom [wad_path] (framebuffer bootstrap renderer)");