build script for syntax set dump

This commit is contained in:
pedrocarlo 2025-03-05 14:23:34 -03:00
parent 2f38740b27
commit b123321692
7 changed files with 248 additions and 226 deletions

View file

@ -235,7 +235,7 @@ impl<'a> Limbo<'a> {
opts: Settings::from(&opts),
rl,
};
if opts.sql.is_some() {
app.handle_first_input(opts.sql.as_ref().unwrap());
}