feat(cli): make input handling agnostic

Co-authored-by: Will Lillis <will.lillis24@gmail.com>
This commit is contained in:
Amaan Qureshi 2025-01-03 04:11:37 -05:00 committed by Will Lillis
parent 3456330fe9
commit cc449ad965
4 changed files with 188 additions and 111 deletions

View file

@ -3,6 +3,7 @@
pub mod fuzz;
pub mod highlight;
pub mod init;
pub mod input;
pub mod logger;
pub mod parse;
pub mod playground;