Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .structify/history.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"id": "b0c81478-ffe2-4176-be0b-55a56f27fee5",
"timestamp": "2026-07-09T12:37:24.030Z",
"version": "1.0.1",
"operation": "graph",
"status": "success",
"duration": 175.5287,
"filesChanged": [],
"summary": "Generated Graph"
}
]
13 changes: 1 addition & 12 deletions apps/cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,7 @@ function formatHelpScreen(program: Command, context: ReturnType<typeof createCLI

const lines: string[] = [];

// 1. ASCII Art Header
lines.push(cyan('╔══════════════════════════════════════════════════════════════════════════╗'));
lines.push(cyan(' ███████╗████████╗██████╗ ██╗ ██╗ ██████╗████████╗██╗███████╗██╗ ██╗'));
lines.push(cyan(' ██╔════╝╚══██╔══╝██╔══██╗██║ ██║██╔════╝╚══██╔══╝██║██╔════╝╚██╗ ██╔╝'));
lines.push(cyan(' ███████╗ ██║ ██████╔╝██║ ██║██║ ██║ ██║█████╗ ╚████╔╝ '));
lines.push(cyan(' ╚════██║ ██║ ██╔══██╗██║ ██║██║ ██║ ██║██╔══╝ ╚██╔╝ '));
lines.push(cyan(' ███████║ ██║ ██║ ██║╚██████╔╝╚██████╗ ██║ ██║██║ ██║ '));
lines.push(cyan(' ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝ '));
lines.push(cyan('╚══════════════════════════════════════════════════════════════════════════╝'));
lines.push('');

// 2. Usage
// 1. Usage
lines.push(`${cyan('◆')} ${bold('Usage:')} ${purple('structify')} ${gray('[options]')} ${cyan('[command]')}`);
lines.push('');

Expand Down
Loading