cli/pkg/cli
Virgil fcadba08b1
Some checks are pending
Security Scan / security (push) Waiting to run
feat(pkg): support install refs in shorthand
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 03:47:53 +00:00
..
locales feat(pkg): add JSON output for pkg outdated 2026-03-31 20:07:59 +00:00
ansi.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
ansi_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +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 chore: align check output with CLI wrappers 2026-03-30 06:15:24 +00:00
check_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
command.go feat: add persistent CLI flag helpers 2026-04-01 09:43:59 +00:00
command_test.go feat: add persistent CLI flag helpers 2026-04-01 09:43:59 +00:00
commands.go fix(cli): resolve build errors and clean up stale API references 2026-03-21 22:56:10 +00:00
commands_test.go fix(cli): resolve build errors and clean up stale API references 2026-03-21 22:56:10 +00:00
daemon.go refactor: remove daemon types moved to go-process, keep Mode/DetectMode 2026-03-09 14:14:54 +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 refactor: use core/go-i18n module instead of core/go/pkg/i18n 2026-03-06 09:09:06 +00:00
frame.go refactor: code quality improvements from Gemini review 2026-03-09 15:29:44 +00:00
frame_components.go refactor: code quality improvements from Gemini review 2026-03-09 15:29:44 +00:00
frame_model.go feat(frame): add KeyMap with default bindings 2026-02-22 21:03:50 +00:00
frame_test.go refactor: code quality improvements from Gemini review 2026-03-09 15:29:44 +00:00
glyph.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +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: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
i18n.go refactor: move I18nService to go-i18n, simplify log wrapper 2026-03-16 16:24:12 +00:00
layout.go feat(cli): add Go 1.26 iterators and modernise idioms 2026-02-23 04:57:24 +00:00
layout_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
log.go refactor: move I18nService to go-i18n, simplify log wrapper 2026-03-16 16:24:12 +00:00
output.go refactor: use core/go-i18n module instead of core/go/pkg/i18n 2026-03-06 09:09:06 +00:00
output_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
prompt.go fix(cli): reset stdin on nil override 2026-04-02 03:42:16 +00:00
prompt_test.go fix(cli): reset stdin on nil override 2026-04-02 03:42:16 +00:00
render.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
runtime.go refactor: migrate to dappco.re/go/core + Options{} API 2026-03-21 20:01:25 +00:00
stream.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
stream_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
strings.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
styles.go chore: use min()/max() builtins (Go 1.21+) 2026-02-24 16:27:11 +00:00
styles_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
tracker.go feat(cli): add Go 1.26 iterators and modernise idioms 2026-02-23 04:57:24 +00:00
tracker_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
tree.go feat(cli): add Go 1.26 iterators and modernise idioms 2026-02-23 04:57:24 +00:00
tree_test.go feat: add pkg/cli with TUI components (#14, #15) 2026-02-22 20:42:00 +00:00
utils.go feat(pkg): support install refs in shorthand 2026-04-02 03:47:53 +00:00