pushed
zhengqunkoo/codecrafters-shell-rust • 11:32 AM - Jan 31, 2026
This update moves from procedural command parsing and execution to an object-oriented approach using traits and structs. Key changes include defining a Command trait for builtins and external commands, introducing a Shell struct to encapsulate state and logic, and updating tests to reflect this architecture. This transition makes the code more maintainable and cleaner to extend with future shell features. 
