pushed
zhengqunkoo/codecrafters-shell-rust • 3:54 PM - Jan 25, 2026
This change fixes command completion UX by making successful tab-completed command suggestions return command instead of command. The implementation updates MyHelper::get_suggestions in src/main.rs and aligns the test suite in src/tests.rs with the new output, which also resolves the reported remote test failure. In practice, command entry now behaves more like a standard shell and feels a bit smoother.
