chore: cleanup, a11y and state migrations

This commit is contained in:
Alejandro Gómez
2025-12-14 16:32:45 +01:00
parent f2ffc406d5
commit e5c871617e
35 changed files with 1658 additions and 225 deletions

View File

@@ -4,7 +4,7 @@ export interface ParsedCommand {
commandName: string;
args: string[];
fullInput: string;
command?: typeof manPages[string];
command?: (typeof manPages)[string];
props?: any;
title?: string;
error?: string;