feat: all parse in compilation

This commit is contained in:
iff 2023-08-03 21:26:41 +02:00
parent 511b309d99
commit 53c7e1fd7b
8 changed files with 410 additions and 321 deletions

View file

@ -1,6 +1,7 @@
use colored::Colorize;
mod args;
mod files;
mod shell;
mod style;
mod suggestions;