gitlink-cli/cmd/interactive
刘焱 30f16b9613 feat(interactive): 默认使用 table 格式输出,提升可读性 2026-06-08 19:53:20 +08:00
..
all_commands_test.go test(interactive): smoke-test all registered commands execute without panic 2026-06-08 19:50:50 +08:00
e2e_command_test.go fix(interactive): initialize RuntimeContext via NewRuntimeContext to prevent nil-Client panic 2026-06-08 19:16:40 +08:00
executor.go fix(interactive): initialize RuntimeContext via NewRuntimeContext to prevent nil-Client panic 2026-06-08 19:16:40 +08:00
executor_runtime_test.go fix(interactive): initialize RuntimeContext via NewRuntimeContext to prevent nil-Client panic 2026-06-08 19:16:40 +08:00
executor_test.go feat(interactive): add command executor with stdout capture and flag parsing 2026-06-08 15:55:33 +08:00
form.go feat(interactive): add REPL with command palette, form, and cobra entry 2026-06-08 18:52:23 +08:00
interactive.go feat(interactive): 默认使用 table 格式输出,提升可读性 2026-06-08 19:53:20 +08:00
output_viewport_test.go feat(interactive): add scrollable viewport for long command output 2026-06-08 19:48:17 +08:00
palette.go fix(interactive): correct Esc behavior and direct-exec for optional flags 2026-06-08 18:59:00 +08:00
repl.go feat(interactive): add scrollable viewport for long command output 2026-06-08 19:48:17 +08:00
repl_trigger_test.go fix(interactive): trigger command palette immediately on '/' keypress 2026-06-08 19:09:02 +08:00