cli/pkg/cli
Virgil 4e9b42e7d0 fix(cli): make check output width-aware
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 13:02:16 +00:00
..
locales fix: add go check to doctor 2026-04-02 04:17:35 +00:00
ansi.go fix(cli): restore colors after ascii theme 2026-04-02 12:45:24 +00:00
ansi_test.go fix(cli): restore colors after ascii theme 2026-04-02 12:45:24 +00:00
app.go refactor: migrate to dappco.re/go/core + Options{} API 2026-03-21 20:01:25 +00:00
app_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
check.go fix(cli): make check output width-aware 2026-04-02 13:02:16 +00:00
check_test.go fix(cli): make check output width-aware 2026-04-02 13:02:16 +00:00
command.go feat(cli): add string-to-string flag helpers 2026-04-02 04:54:36 +00:00
command_test.go feat(cli): add string-to-string flag helpers 2026-04-02 04:54:36 +00:00
commands.go fix(cli): make command registration snapshot-safe 2026-04-02 06:45:31 +00:00
commands_test.go fix(cli): make command registration snapshot-safe 2026-04-02 06:45:31 +00:00
daemon.go fix(cli): align public API docs with AX 2026-04-02 12:56:45 +00:00
daemon_process.go fix(cli): align public API docs with AX 2026-04-02 12:56:45 +00:00
daemon_process_test.go feat(cli): add external daemon stop helper 2026-04-02 04:27:42 +00:00
daemon_test.go refactor: remove daemon types moved to go-process, keep Mode/DetectMode 2026-03-09 14:14:54 +00:00
errors.go fix(cli): align public API docs with AX 2026-04-02 12:56:45 +00:00
frame.go fix(cli): route frame UI to stderr 2026-04-02 11:19:48 +00:00
frame_components.go fix(cli): render glyphs in static renderables 2026-04-02 12:26:38 +00:00
frame_model.go feat(frame): add KeyMap with default bindings 2026-02-22 21:03:50 +00:00
frame_test.go fix(cli): render glyphs in static renderables 2026-04-02 12:26:38 +00:00
glyph.go fix(cli): restore colors after ascii theme 2026-04-02 12:45:24 +00:00
glyph_maps.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
glyph_test.go feat(cli): add ASCII glyph fallbacks for tree and tracker 2026-04-02 05:23:01 +00:00
i18n.go refactor: move I18nService to go-i18n, simplify log wrapper 2026-03-16 16:24:12 +00:00
layout.go fix(cli): render glyphs in static renderables 2026-04-02 12:26:38 +00:00
layout_test.go fix(cli): render glyphs in static renderables 2026-04-02 12:26:38 +00:00
log.go feat(cli): add formatted security log helper 2026-04-02 04:47:42 +00:00
log_test.go feat(cli): add formatted security log helper 2026-04-02 04:47:42 +00:00
output.go fix(cli): theme-aware semantic glyphs 2026-04-02 12:31:44 +00:00
output_test.go fix(cli): theme-aware semantic glyphs 2026-04-02 12:31:44 +00:00
prompt.go fix(cli): align public API docs with AX 2026-04-02 12:56:45 +00:00
prompt_test.go fix(cli): restore colors after ascii theme 2026-04-02 12:45:24 +00:00
render.go fix(cli): align public API docs with AX 2026-04-02 12:56:45 +00:00
render_test.go fix(cli): theme-aware semantic glyphs 2026-04-02 12:31:44 +00:00
runtime.go feat(cli): add runtime run helpers 2026-04-02 04:01:52 +00:00
runtime_run_test.go feat(cli): add runtime run helpers 2026-04-02 04:01:52 +00:00
stream.go fix(cli): align public API docs with AX 2026-04-02 12:56:45 +00:00
stream_test.go fix(cli): render glyphs in static renderables 2026-04-02 12:26:38 +00:00
strings.go fix(cli): make styled helpers nil-safe 2026-04-02 06:30:14 +00:00
styles.go fix(cli): render glyph shortcodes in tables 2026-04-02 11:29:19 +00:00
styles_test.go fix(cli): render glyph shortcodes in tables 2026-04-02 11:29:19 +00:00
tracker.go fix(cli): render glyph shortcodes in task tracker 2026-04-02 12:51:00 +00:00
tracker_test.go fix(cli): render glyph shortcodes in task tracker 2026-04-02 12:51:00 +00:00
tree.go feat(cli): compile glyph shortcodes in rendered components 2026-04-02 10:06:52 +00:00
tree_test.go feat(cli): compile glyph shortcodes in rendered components 2026-04-02 10:06:52 +00:00
utils.go fix(cli): align public API docs with AX 2026-04-02 12:56:45 +00:00