feat: highlight your name in orange

This commit is contained in:
Alejandro Gómez
2025-12-11 10:28:10 +01:00
parent 36a9b95695
commit f6d490cf26
7 changed files with 77 additions and 7 deletions

View File

@@ -11,7 +11,8 @@ export type AppId =
| "profile"
| "encode"
| "decode"
| "relay";
| "relay"
| "debug";
export interface WindowInstance {
id: string;

View File

@@ -87,6 +87,18 @@ export const manPages: Record<string, ManPageEntry> = {
category: "System",
defaultProps: { cmd: "help" },
},
// debug: {
// name: "debug",
// section: "1",
// synopsis: "debug",
// description:
// "Display the current application state for debugging purposes. Shows windows, workspaces, active account, and other internal state in a formatted view.",
// examples: ["debug View current application state"],
// seeAlso: ["help"],
// appId: "debug",
// category: "System",
// defaultProps: {},
// },
man: {
name: "man",
section: "1",