-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't workingcliVix CLI (vix new, build, run, dev)Vix CLI (vix new, build, run, dev)devxDeveloper experience improvements: tooling, diagnostics, ergonomics, and workflow polish.Developer experience improvements: tooling, diagnostics, ergonomics, and workflow polish.refactorInternal code restructuring without changing external behavior or public APIs.Internal code restructuring without changing external behavior or public APIs.sanitizersRuntime and compile-time analysis using sanitizers (ASan, UBSan, TSan).Runtime and compile-time analysis using sanitizers (ASan, UBSan, TSan).specSpecification or formal definition (formats, protocols, architecture)Specification or formal definition (formats, protocols, architecture)testsTests, CI coverage and validationTests, CI coverage and validationwatchFile watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).File watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).
Description
UX: Improve vix -h help output indentation
Problem
The global help output is visually aligned to the far left, making it harder to scan.
Proposal
Introduce consistent indentation:
- 1 level for sections
- 2+ levels for sub-sections and entries
Acceptance criteria
- Consistent left padding across:
- Usage
- Commands
- Options
- Environment
- Examples
- No regression in
vix help <command>
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcliVix CLI (vix new, build, run, dev)Vix CLI (vix new, build, run, dev)devxDeveloper experience improvements: tooling, diagnostics, ergonomics, and workflow polish.Developer experience improvements: tooling, diagnostics, ergonomics, and workflow polish.refactorInternal code restructuring without changing external behavior or public APIs.Internal code restructuring without changing external behavior or public APIs.sanitizersRuntime and compile-time analysis using sanitizers (ASan, UBSan, TSan).Runtime and compile-time analysis using sanitizers (ASan, UBSan, TSan).specSpecification or formal definition (formats, protocols, architecture)Specification or formal definition (formats, protocols, architecture)testsTests, CI coverage and validationTests, CI coverage and validationwatchFile watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).File watching, hot-reload, or live execution features (watch mode, auto-rerun, dev loops).