feat: allow to read a configuration file

This commit is contained in:
Alexander Navarro 2025-01-27 16:20:35 -03:00
parent 6ac6c2c178
commit fe5ae0de75
6 changed files with 86 additions and 62 deletions

View file

@ -4,4 +4,4 @@ dev:
cargo run --bin cli -- query "SELECT * FROM sources;"
build-schema:
cargo run --bin cli -- discover -o examples/schema.toml
cargo run --bin cli -- discover -c examples/schema.toml -o examples/schema.toml